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 can I create table in mysql?

0 Answers  


What is mysql data directory? How to determine the location of the data directory?

0 Answers  


Is sql and mysql same?

0 Answers  


What data type is money?

0 Answers  


all the queries used in sql

0 Answers   TCS,


What is mysql and how it works?

0 Answers  


What is difference between mysql and mysql server?

0 Answers  


Explain Access Control Lists.

0 Answers  


What is a mysql view?

0 Answers  


What is myisamchk?

0 Answers  


Table A has 5 rows and table B has 0 rows Cartesian join on A,B will have----rows

2 Answers  


How do I edit a database in mysql workbench?

0 Answers  


Categories