F
F
freeman02042016-11-19 23:05:05
MySQL
freeman0204, 2016-11-19 23:05:05

I can't understand at all. What are the differences between mysql and sql?

SQL is a query language for managing a DBMS (database management system).
MySQL is one such DBMS.
phpMyAdmin is an open source web application written in PHP and is a web interface for administering the MySQL database.
QL is a query language, I am familiar with the syntax.
Everything that phpMyAdmin has to create tables, links, encoding and the like, all this can be done using the SQL language through the console. those. phpMyAdmin is roughly speaking a SQL visualization that would click on buttons, and not write SQL queries. Gzhe then itself MySQL?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cat Anton, 2016-11-19
@freeman0204

SQL is a language, more specifically, a set of language standards. You can write a query in SQL, but only a specific DBMS can execute it.
MySQL / MariaDB / PostgreSQL - various relational DBMS that execute queries.
PhpMyAdmin / MySQL Workbench / DBeaver - applications for convenient work with various DBMS.
PhpMyAdmin is not required at all to work with MySQL:
dev.mysql.com/doc/refman/5.7/en/programs-client.html

O
Oleg Feral, 2017-12-12
@trustdance

There is a simple explanation, I hope they don't spam the link)
astranar.ru/mysql.php?id=1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question