maximum size of a database in mysql?

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


Please Help Members By Posting Answers For Below Questions

How do I know if mysql is installed on windows?

477


What are different types of queries?

482


What is the use of procedure in mysql?

476


How can you calculate the sum of any column of a table?

511


What is the current root password of mysql?

488






How do you concatenate strings in mysql?

522


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

3438


What is regexp?

654


What, if a table has one column defined as TIMESTAMP?

554


Can you tell few best practices to be followed for optimization in sql?

504


how to take mysql database backup?

576


How do I start mysql?

492


What is data node in mysql cluster?

506


What are the security alerts while using mysql?

575


Is postgresql better than mysql?

511