查看mysql数据库表大小和最后修改时间

查看mysql数据库表相关信息如表大小、修改更新等信息,能够经过如下方式:mysql 一   show table status like ’table_name‘ ;sql 二 在infortmation_schema下有表table ,存储了表相关信息,也能够经过此表来查询。数据库 select  *  from information_schema.table  where table_na
相关文章
相关标签/搜索