MySQL Forums
Forum List  »  InnoDB

Re: ERROR 1005: Can't create table (errno: 121) Help
Posted by: John Wilson
Date: May 22, 2009 09:04AM

I received error 121 when trying to create a table but I think I know what the problem was. I was trying to create a table for holding account information (chart of accounts for a business app). I was trying to save the table name as "accttype". Apparently somehow that interferes with something internal within MySQL because when I saved it as "accounttype" everything worked fine.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1005: Can't create table (errno: 121) Help
16876
May 22, 2009 09:04AM


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.