具体查看mysql 手册
A.1.2.11. The table is full
也就是说单表的数据在当前流行的linux版本上可以支持到4T。
同时mysql也提供了一个系统参数
myisam_data_pointer_size
The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified. This variable cannot be less than 2 or larger than 7. The default value is 4. This variable was added in MySQL 4.1.2.
4.1.2开始增加这个参数的。 可以放在配置文件里面 a value of 6 allows tables up to 256TB.