maximum size of a database in mysql?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to validate email addresses in mysql?
How to create a new view in mysql?
What is mysql database extension?
What are the disadvantages of stored procedures?
Which command is used to view the content of the table in mysql?
How to enter binary numbers in sql statements?
What is prepare statement in mysql?
Explain advantages of MyISAM over InnoDB?
What is a longblob?
How do you insert a table?
How many rows can mysql hold?
How do I connect to a mysql database?