Hi all:
I'm in a bit of a conundrum on this one. I have a MySQL 5.0 DB running on CentOS 5 that seems to have corrupted. In PHPMyAdmin, all of the tables show as "in use". When I attempt to repair them, I receive both mysql error #1017 - Can't find file with a path to the directory where it should be, as well as errno 13, which is a permissions error.
In mysqladmin, I can navigate to the DB, show the tables which appear to have data, but if I attempt even a simple SELECT, I receive the same errors.
The mysql docs have information on repairing individual tables, but I haven't seen any references for EVERY table being hosed.
Any pointers or firm nudging in the right direction would be appreciated.
Thanks in advance.
I'm in a bit of a conundrum on this one. I have a MySQL 5.0 DB running on CentOS 5 that seems to have corrupted. In PHPMyAdmin, all of the tables show as "in use". When I attempt to repair them, I receive both mysql error #1017 - Can't find file with a path to the directory where it should be, as well as errno 13, which is a permissions error.
In mysqladmin, I can navigate to the DB, show the tables which appear to have data, but if I attempt even a simple SELECT, I receive the same errors.
The mysql docs have information on repairing individual tables, but I haven't seen any references for EVERY table being hosed.
Any pointers or firm nudging in the right direction would be appreciated.
Thanks in advance.