rwaterbury
IS-IT--Management
I have been running a package called Metadot it uses Mysql I have to upgrade the hardware the package is on so I tried to export the tables. I tested the export on my test system using the command mysqldump -uroot metadotdb > metadotdb.bak this worked fine on the test system. I then tried to run the same command on the live system but I go the following error:
mysqldump: Can't get Create Table for 'channelitem' (can't open file: 'channelitem.MYO' ( errno: 145))
I am not able to find a reference to error 145 in any of the Mysql doc. and I am not sure how to solve this problem.
I tried shutting down Apache as that is the application that access the database but that does not seem to help
mysqldump: Can't get Create Table for 'channelitem' (can't open file: 'channelitem.MYO' ( errno: 145))
I am not able to find a reference to error 145 in any of the Mysql doc. and I am not sure how to solve this problem.
I tried shutting down Apache as that is the application that access the database but that does not seem to help