Pbrewer

Monday, June 08, 2009

Listing MySQL Tables

To list the tables in a MySQL DB connect to MySQL as a user with appropriate permissions and enter:
show tables from DBname;

Just substitute the database name of your database for DBname.

0 Comments:

Post a Comment

<< Home