What is maximum size of a database in MySQL?
Answer Posted / prathiba
The effective maximum table size for MySQL databases is
usually determined by operating system constraints on file
sizes, not by MySQL internal limits.
| Is This Answer Correct ? | 117 Yes | 20 No |
Post New Answer View All Answers
What are the different tables present in MySQL?
Which is better mysql or microsoft sql?
How do you backup a database in mysql?
What does mysqli_fetch_assoc do?
What are the advantages and disadvantages of using mysql?
What is heap table?
What is query log in mysql?
Does mysql use tcp or udp?
How to filter data from a mysql database table with php?
How can you increase the performance of mysql select query?
Which statement is used in a select query for partial matching?
What are the advantages of mysql in comparison to oracle?
How to see table's field formats or description of table .
How do I find the size of a mysql database?
How do I rename a mysql database?