I see under "MySQL Server Configuration" that it says
"allow big tables?" and I googled myself silly on this
and cant seem to figure otu what this means.
The default table size for MySQL's default table type, MyISAM is 2E32 number of rows. If MySQL is built with option --with-big-tables, then the maximum number of rows is (2E32)^2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1708336
Originator: NO
The default table size for MySQL's default table type, MyISAM is 2E32 number of rows. If MySQL is built with option --with-big-tables, then the maximum number of rows is (2E32)^2.