MySQL Forums
Forum List  »  General

Re: Error 1146: Table 'mysql.1' doesn't exist
Posted by: Amol Shirke
Date: November 19, 2009 11:53PM

Hi everyone,

Another reason for this problem is when, if you have a base engine of db as myisam and you create any of the table with innodb in it.

solution from front UI is difficult as table can't be viewed, repair or drop. You have to go to datadir delete the table and restor from backup. This table have only one file with extension ".frm".



Edited 1 time(s). Last edit at 11/22/2009 10:39PM by Amol Shirke.

Options: ReplyQuote


Subject
Written By
Posted
Re: Error 1146: Table 'mysql.1' doesn't exist
November 19, 2009 11:53PM


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.