WEB开发网
开发学院数据库MySQL 查看mysql数据库表大小和修改时间技巧 阅读

查看mysql数据库表大小和修改时间技巧

 2013-07-12 14:02:24 来源:开发学院   
核心提示: 一 show table status like ’table_name‘ ;二 在infortmation_schema下有表table ,存储了表相关信息,查看mysql数据库表大小和修改时间技巧,也可以通过此表来查询,select * from information_schem

 一 show table status like ’table_name‘ ;


二 在infortmation_schema下有表table ,存储了表相关信息,也可以通过此表来查询。

select * from information_schema.table where table_name ='table_name' ;

Tags:查看 mysql 数据库

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接