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 a longblob?
How do I edit a table in mysql?
What is mysql installer?
Can you tell how to find the number of rows in a resultset using php?
How do I copy a table in mysql workbench?
Is there a way to see the files which are stored?
What is max connection in mysql?
How to get the number of rows selected or affected by a sql statement?
What are the differences between binary and varbinary?
What is row level locking?
How to get a version of mysql?
How do I create a database in mysql workbench?
How does select query work?
What is mysqli_select_db?
How to enter numeric values as hex numbers?