摘要: pymysql存储过程: 阅读全文
posted @ 2019-03-12 21:21 小名的同学 阅读(203) 评论(0) 推荐(0)
摘要: 查看各个表占用空间 select table_schema as '数据库', table_name as '表名', table_rows as '记录数', truncate(data_length/1024/1024, 2) as '数据容量(MB)', truncate(index_leng 阅读全文
posted @ 2019-03-12 14:05 小名的同学 阅读(245) 评论(0) 推荐(0)