Is there a command in the MySQL command line client for windows that allows you to view all tables in a database, or display the schema of a particular table, similar to .tables in sqlite3 or \dt in psql?
[misread]
You're looking for SHOW TABLES it sounds like.
To see the schema of a table, use DESCRIBE table_name;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With