2025年6月30日

mysql运维语句

摘要: 1、检查表空间状态,包括行数、数据大小以及索引大小 SELECT table_schema AS 'Database', table_name AS 'Table', engine AS 'Engine', table_rows AS 'Rows', round(data_length/1024/1 阅读全文

posted @ 2025-06-30 21:23 sw-lab 阅读(18) 评论(0) 推荐(0)

导航