Login to mysql and run :
select SUM(data_length) + SUM(index_length) as size from information_schema.tables where table_schema = 'your_database';
Related posts:
Login to mysql and run :
select SUM(data_length) + SUM(index_length) as size from information_schema.tables where table_schema = 'your_database';
Related posts:
Leave a Reply