8.4.6 Limits on Table Size表大小限制

The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits. MySQL数据库的有效最大表大小通常由操作系统对文件大小的限制决定,而不是由MySQL内部限制决定。For up-to-date information operating system file size limits, refer to the documentation specific to your operating system.有关操作系统文件大小限制的最新信息,请参阅特定于您的操作系统的文档。

Windows users, please note that FAT and VFAT (FAT32) are not considered suitable for production use with MySQL. Windows用户,请注意FAT和VFAT(FAT32)不适用于MySQL的生产使用。Use NTFS instead.请改用NTFS。

If you encounter a full-table error, there are several reasons why it might have occurred:如果遇到完整表错误,可能有以下几个原因: