What is the Maximum table size in MySQL Database?
In MySQL maximum size of the table is determined by operating system.Mysql stores the data of a table in a file and every operating system limits size of a file
The following table shows the file size limit of operating systems:
Operating System File Size Limt
Windows (FAT32) 4GB
Windows (NTFS) 2TB
MacOS 2TB
Linux 4TB
Solaris 9/10 16TB
