maximum size of a database in mysql?

Answers were Sorted based on User's Feedback



maximum size of a database in mysql?..

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

maximum size of a database in mysql?..

Answer / john

maximum size is 32MB in windows XP

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More MySQL Interview Questions

What is general log in mysql?

0 Answers  


What are the different data types in mysql?

0 Answers  


What can I do with mysql?

0 Answers  


Does mysql use tcp or udp?

0 Answers  


What is localhost in mysql?

0 Answers  






What is horizontally scalable?

0 Answers  


Is mysql still popular?

0 Answers  


What is the function of myisamchk?

0 Answers  


How does select query work?

0 Answers  


Can mongodb replace mysql?

0 Answers  


What are the common mysql functions?

0 Answers  


What is difference between mysqli and pdo?

0 Answers  


Categories