sql,SELECT table_name, round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB',FROM information_schema.TABLES,WHERE table_schema = 'your_database_name';,
`,,请将
'your_database_name'` 替换为你要查询的数据库名称。sql,SELECT table_name, round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB',FROM information_schema.TABLES,WHERE table_schema = 'your_database_name';,
`,,请将
'your_database_name'` 替换为你要查询的数据库名称。Powered By Z-BlogPHP 1.7.3