How do I show/list the tables in a MySQL database (using the mysql command line client)?
To list/show the tables in a MySQL database:
Log into your database using the MySQL client, Issue the use command to connect to your desired database, and then Use the MySQL show tables command.
Continue reading “List tables in a MySQL database”