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


Please Help Members By Posting Answers For Below Questions

Tell us something about heap tables?

706


What is trigger in mysql with example?

643


Can varchar be primary key?

654


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

725


What is processlist in mysql?

688






Can you tell few best practices to be followed for optimization in sql?

662


How do I show all mysql databases?

680


What is row level locking?

664


How to display top 50 rows?

792


What is memory table?

661


What is innodb mysql?

677


How can we optimize stored procedure?

662


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products

2585


What is the password of mysql?

663


What is the return type of mysqli_query?

618