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 usage of "i-am-a-dummy" flag in mysql?
How to include numeric values in sql statements?
Explain about reporting services of MYSQL?
what is constraints? Also explain the different types of constraints?
What is the purpose of using timestamp data type?
Which storage engine is best in mysql?
What does innodb stand for?
If we use sum function in mysql, does it return sum of that row or for that column?
What does mysql workbench do?
What is blob and text in mysql?
How to get a list of indexes of an existing table?
Explain % and _ inside like statement?
Is mysqli secure?
How do I insert an image into mysql workbench?
How many groups of data types?