SearchSearch   

Desperate mysqldump, getting error error #1016, can't open..

 
   Webmaster Forums (Home) -> MySQL RSS
Next:  Populate a table from a list  
Author Message
Chuck W1CEW

External


Since: Jul 17, 2007
Posts: 1



(Msg. 1) Posted: Tue Jul 17, 2007 11:43 pm
Post subject: Desperate mysqldump, getting error error #1016, can't open *.ibd file
Archived from groups: mailing>database>mysql, others (more info?)

So we have a MySQL database that suddenly started reporting "can't
open *.ibd file" errors on InnoDB tables in phpMyAdmin. (MyISAM are
fine). To recover the data is all I want at this point -- so one
suggestion I came across was to try and dump using mysqldump like
this:

mysqldump -u root -p mydatabase > databasedump.sql
Enter password: *******************
mysqldump: Got error: 1016: Can't open file: 'access.ibd' (errno: 1)
when using
LOCK TABLES

Is there a way to run this dump so that it will export the database
tables and ignore the *.ibd error? I had read that removing *.frm
files might help, but our testing suggests that it isn't effective
either.

Any help will result in hero status. Smile Holiday card list and all
those good karma things.

thanks!!

Chuck
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> MySQL
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum