Quick
Ref.
Functions
Data Types
| Running MySQL
The MySQL client is called mysql. C:\>c:\mysql\bin\mysql -h pc236nt.napier.ac.uk -u scott -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 33601 to server version: 3.23.43-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql>use gisq Database changed mysql>SELECT name FROM cia; ... | Western Sahara | | Yemen | | Zambia | | Zimbabwe | +----------------------------------------------+ 261 rows in set (0.01 sec) mysql>exit Some useful commands in MySQL:
|