SELECT TABLE_NAME AS '表名', TABLE_COMMENT AS '表备注' FROM information_schema.tables WHERE table_schema = 'your_database_name';