MySQL Forums
Forum List  »  InnoDB

Re: Can't open file ****.ibd (errno: 1)
Posted by: Heikki Tuuri
Date: October 25, 2005 11:33AM

Jos,

are the ibdata files and .frm files all in the DATA folder? If they are, then you should have no problem copying the DATA folder as is.

The error message above means that you probably have an .frm file where the corresponding table does not exist in the ibdata files.

You can use innodb_table_monitor to view what tables actually exist in the ibdata files.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote


Subject
Views
Written By
Posted
13744
July 12, 2005 05:02PM
Re: Can't open file ****.ibd (errno: 1)
3926
October 25, 2005 11:33AM
24315
November 04, 2005 10:27AM
3637
February 02, 2007 08:41AM
4404
January 08, 2008 04:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.