摘要:
语法:SHOW TABLE STATUS [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr]SHOW TABLE STATUS works likes SHOW TABLES, but provides a lot of information about each non-TEMPORARY table. You can also get this list using the mysqlshow --status db_name command. The LIKE clause, if present, indicates 阅读全文
posted @ 2012-03-15 15:09 峰雪 阅读(3415) 评论(0) 推荐(0) 编辑