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

Why should I learn mysql?

0 Answers  


How can you change the name of any existing table by using the sql statement?

0 Answers  


How do I edit a database in mysql workbench?

0 Answers  


Why we use mysql database?

0 Answers  


What is the purpose of using timestamp data type?

0 Answers  






What is ibdata1?

0 Answers  


Write a query to count the number of rows of a table in mysql.

0 Answers  


Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');

0 Answers  


Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.

3 Answers  


Can we store pdf files in mysql?

0 Answers  


How many columns can a table have?

0 Answers  


how can you test for null values in a database? : Mysql dba

0 Answers  


Categories