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 mysql default port number?
What is clob datatype?
What is the difference between a heap table and temporary table?
Should I use pdo or mysqli?
What is the storage engine for mysql?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
What is dump in mysql?
What is mysql database used for?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How can you change the name of any existing table by using the sql statement?
What can you do with mysql?
What is RMS Migrations
Explain the different types of mysql joins.
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
What is blob and clob?