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 is the limit of mysql database?
What is data in mysql?
How to Set a root password if there is on root password.
How do I restore a mysql database?
Is mysql relational?
What does schema mean?
What is a csv table?
How to drop an existing index in mysql?
What is msql?
What are the ways in which you can retrieve data in the result set of mysql using php?
How to get nth highest salary from table in a mysql?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
In mysql, what is the default storage engine?
Is mysql open source?
What mysql -u john -p command does?