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
Which is faster innodb or myisam?
how to Return total number of rows.
Can you tell which of the following where clauses is faster?
Explain the difference between mysql and mysql interfaces in php?
What is different between sql and mysql?
Is there a free mysql?
How can I see all mysql databases?
Where is the myisam table stored?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
What is data in mysql?
How to create a table index in mysql?
How triggers can be used in mysql?
How do I check mysql version?
Explain % and _ inside like statement?
What is flush privileges in mysql?