waterye

mysql table information

select table_name, engine, row_format, table_rows, data_length, index_length, max_data_length, data_free 
  
from information_schema.tables 
 
order by table_rows desc, data_length desc limit 100

mysql 5.x 增加information_schema

posted on 2008-04-26 15:51 waterye 阅读(301) 评论(0)  编辑  收藏 所属分类: mysql


只有注册用户登录后才能发表评论。


网站导航: