February 2018
Intermediate to advanced
510 pages
16h 10m
English
This is the client mainly used to quickly check which databases, their tables, columns, and indexes exist or not. It provides an interface to some of the SQL SHOW statements.
The execution syntax for the command is as follows:
shell> mysqlshow [options] [db_name [tbl_name [col_name]]]
By executing the preceding command, you will get information about the databases, tables, or columns for which you have privileges:
Read now
Unlock full access