What is the Maximum Size for a MySQL Database?
Saturday, March 28th, 2009Although this question can’t be answered specifically, the answer depends on the hardware and operating systems running, and maybe even on the version of MySQL as MySQL upgrades, but generally you should be allowed somewhere at least above 2 gigabytes (GB). Anything above this and your MySQL database is rather large, and a lot of times may even be dependent on the size that your hosting service allows (which could be less than 2 GB).
At this point, especially for basic websites this would be very hard if not almost impossible to achieve and could make backing up the database a little harder, but at the standard user level this is something that will not have to be worried about. I have one site with hundreds of posts, and the MySQL database size is only about 3.6 MB, so you shouldn’t have a problem. MySQL is very efficient in many areas including this one. Some hosts, in particular free ones, may limit the size you may have to something like 10MB.