What is maximum size of a database in MySQL?
Answer Posted / demon
The answer above applies to TABLES in a MySQL DB and not the
DB itself.
Thus the DB can get quite large
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is the difference between primary key and candidate key?
What is pragma autonomous_transaction?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
How do I uninstall mysql connector?
Which statement is used to delete a table in MySQL.
What's the latest version of mysql?
How do we use % when performing a search query?
How to use rank function in mysql?
What are views in mysql?
What are the functions of mysql?
How to store binary data in mysql?
What are ddl statements in mysql?
Can you tell how many values can set the function of mysql to consider?
How internally data stores in MyISAM and INNODB table types?
How to create table with same structure of student table in mysql?