Discussion in 'Databases' started by recruitermatenetworking, Nov 29, 2010.
What is the query to get all tables from the selected database in MYSQL?
mysql_list_tables — List tables in a MySQL database
SHOW TABLES FROM YourDatabaseNameHere;
use DATABASENAME; show tables;
and with the describe table you get the fields
Separate names with a comma.