SELECT table_name, data_length + index_length AS total_size FROM information_schema.tables;
SELECT table_name, data_length + index_length AS total_size FROM information_schema.tables;
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.