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 validate email addresses in mysql?

0 Answers  


How to create a new view in mysql?

0 Answers  


What is mysql database extension?

0 Answers  


What are the disadvantages of stored procedures?

0 Answers  


Which command is used to view the content of the table in mysql?

0 Answers  






How to enter binary numbers in sql statements?

0 Answers  


What is prepare statement in mysql?

0 Answers  


Explain advantages of MyISAM over InnoDB?

1 Answers  


What is a longblob?

0 Answers  


How do you insert a table?

0 Answers  


How many rows can mysql hold?

0 Answers  


How do I connect to a mysql database?

0 Answers  


Categories