-- 查 DB table 清單 SHOW TABLES FROM `db_name` -- 查 table 資訊包含註解 SHOW FULL FIELDS FROM `table_name` FROM `db_name`