MySQL Forums
Forum List  »  InnoDB

Re: innoDB errno 121
Posted by: Raigedas
Date: July 31, 2005 09:09AM

I had the same problem, but you gave me an idea.. i tried and it worked.
I just drop'ed database entirely using DROP statement:

1) deleted all files from data-dir/database-name/*

!!! 2) mysql> DROP DATABASE database-name;

3) mysql> CREATE DATABASE database-name;

4) restored what i had from backups

now i amm able to create all tables again.

hope it will help you too.

Raigedas

Options: ReplyQuote


Subject
Views
Written By
Posted
15047
July 10, 2005 10:19AM
Re: innoDB errno 121
6286
July 31, 2005 09:09AM


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.