2010年4月14日 星期三

列出某個資料庫的所有table

//MySQL5
mysql> SELECT * FROM information_schema.`TABLES`;


show tables from DBNAME;


進入ssh

sudo su -

mysqlshow -uroot -p mysql

Database: mysql
+---------------------------+
|          Tables           |
+---------------------------+
| columns_priv              |
| db                        |
| event                     |
| func                      |
| general_log               |
| help_category             |
| help_keyword              |
| help_relation             |
| help_topic                |
+---------------------------+

沒有留言: