Back to the JWPL Core overview page
MySQL 4.x supports only 4GB MyISAM tables with the default settings. Unfortunately, the English Wikipedia is already much larger than this. Given the growth rates, many Wikipedias will reach that size sooner than later.
The solutions on this page where provided by Christian Pietsch.
Solution 1
You may need to have root access, depending on you server’s configuration.
If you are using a MySQL version before 5.0.6 and at least 4.1.2, do prior to import on the mysql command line:
Solution 2
Adapted from jeremy.zawodny.com/blog/archives/000796.html and untested.