mySQL error- Got error: 1030: Got error 127 from...
Posted: Mon Jun 09, 2003 9:51 am
Full error when attempting commandline mysqldump:
mysqldump: Got error: 1030: Got error 127 from table handler when retrieving data from server
This is on a 70+ megabyte mySQL database for an XMB forums forum database. Everything is running fine, no errors in the forum operation.
However, backups are failing, and the above error seems to be the cause.
The largest table 'posts' is over 60mb and may be the cause. I get out of memory errors in phpMyAdmin when attempting to export just the table. I've run REPAIR TABLE on this table, and I still get the error.
Has anyone seen this before?
mysqldump: Got error: 1030: Got error 127 from table handler when retrieving data from server
This is on a 70+ megabyte mySQL database for an XMB forums forum database. Everything is running fine, no errors in the forum operation.
However, backups are failing, and the above error seems to be the cause.
The largest table 'posts' is over 60mb and may be the cause. I get out of memory errors in phpMyAdmin when attempting to export just the table. I've run REPAIR TABLE on this table, and I still get the error.
Has anyone seen this before?