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 the difference between now() and current_date()?
What is row level locking in mysql?
What is striped backup
What is horizontally scalable?
Which is better sqlite or mysql?
How do I change directories in mysql?
What is the default port number of mysql?
What is meant by mysqli?
Is mysql a server?
How to write date and time literals?
What is bigint in mysql?
How can I compare two mysql databases?
What is the purpose of using timestamp data type?
What are the differences between a primary key and foreign key?
How do I restore a mysql database dump file in linux?