Monday, April 8, 2013

MYSQL : Show database tables

mysql>show tables from <database>;
eg:
mysql>show tables from dbtest;

2. mysql>show full tables from <database>;

No comments:

Post a Comment