September 2014
Intermediate to advanced
384 pages
9h 28m
English
The code and output examples in this book use the mysql command-line client. Knowing some client commands can greatly increase productivity when this tool is used.
The mysql command-line client knows that a SQL statement is terminated when it finds a semicolon (;), a \g, or a \G terminator. In the first case, the output is printed in a tabular form, shown as follows:
MariaDB [(none)]> SHOW DATABASES; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+
Downloading the example code
You can download the example code files for all Packt Publishing books you have purchased from your account at http://www.packtpub.com. If you have ...
Read now
Unlock full access