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

How to use mysqldump to create a copy of the database?

0 Answers  


What is the difference between mysql and sql?

0 Answers  


What is 'mysqlcheck'?

0 Answers  


Is mysql free for commercial use?

0 Answers  


What is an example of a delimiter?

0 Answers  






What is database url for mysql?

0 Answers  


What is row level locking in mysql?

0 Answers  


Explain Access Control Lists.

0 Answers  


What do you understand by mysql terminal?

0 Answers  


How do I delete a mysql user?

0 Answers  


What is the difference between heap table and temporary table?

0 Answers  


How to see table's field formats or description of table .

0 Answers  


Categories