菜鸟的问题
好记性不如烂笔头~。~
摘要: 1.mysql查询表大小行数: ①.查询表rows use information_schema; select table_name,table_rows from tables where TABLE_SCHEMA = 'koaladb' order by table_rows desc; Vi 阅读全文
posted @ 2019-04-08 16:03 ArSang-Blog 阅读(194) 评论(0) 推荐(0) 编辑