Last night I was browsing through my cron/cpbackup log and noticed some disturbing information.
Appears cpbackup tried to dump a minor size database and locked the tables so they are unlockable. I went in and tried to unlock them from phpMyAdmin and nothing works.
Luckly two of the three affected databases were only on my site, not customers and I had a local database to restore the tables I had to remove and put back.
This is the error I got in my email from cron.
mysqldump: Got error: 1017: Can't find file: 'orders_pay_methods.MYI' (errno: 2) when using LOCK TABLES
mysqldump: Got error: 1017: Can't find file: 'active_sessions.MYI' (errno: 2) when using LOCK TABLES
mysqldump: Got error: 1017: Can't find file: 'orders_pay_methods.MYI' (errno: 2) when using LOCK TABLES .........
Done
For 'active_sessions' is only one of a few 100 tables that got locked in that database.
Seems like all the MYI files are missing out of the database root folder.
Has this happened to anyone ever?
Server Info
Redhate EL3 2.4.21-32.0.1.ELsmp
Apache 1.33 php 4.3.10 mysql (4.1.13-standard)
Dual Xeon 2.8 HT w/ 1GB
Also I notice my Apache Status in WHM is not working anymore too.![]()



LinkBack URL
About LinkBacks
Reply With Quote





