//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 |
+---------------------------+
沒有留言:
張貼留言