Since MySQL organizes a database as a directory on the filesystem, there may be no configurable limit on the size of a database.
Also, the MySQL online documentation mentions maximum table sizes, and that those are limited by your filesystem. Want the best answers? Ask the best questions:
I'm not that familiar with Oracle, but I have some experience with M$ SQL Server. In SQL Server 6.5, you had to define a database space on the filesystem, then put all your tables in it. If it filled up, you had to start allocating more space by hand.
When you create a database in MySQL, it creates a directory on the filesystem. All tables in that database become files in that directory (multiple files per table). So your database size is limited by how big your tables can become (
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.