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 join? Explain the different types of mysql joins.
What is a text delimiter?
Is mysql a programming language?
How do you create a schema?
What is mysql url?
How to load data files into tables with 'mysqlimport'?
How do you name a table?
How you will show all data from a table.
What is mysqli_result?
How do I change directories in mysql?
What is mysql root?
Can mysql function return a table?
What command is used to delete the data from the table without deleting the table structure?
What are the functions of mysql?
Which is better mysql or mssql?