Answer Posted / a.kishan kumar
mysql> select
table_schema,sum(data_length+index_length)/1024/1024 from
information_schema.tables group by table_schema;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is procedure in mysql?
What is mysql in linux?
How do I install mysql on windows 7?
How to print message in mysql trigger?
How much does mysql enterprise cost?
How do I optimize a selected query in mysql?
What is mysql default port number?
How to convert character strings to numeric values?
What is a mysql view?
Is mysql a backend?
What is mysql in dbms?
Why mongodb is faster than mysql?
How do I show users in mysql?
What is 1nf 2nf 3nf?
How to store values to array from mysql database in php?