MySQL Forums
Forum List  »  General

Re: Error 1146: Table 'mysql.1' doesn't exist
Posted by: Amir Malik Imran
Date: December 31, 2008 05:50PM

I fixed it by changing

# The default storage engine that will be used when create new tables when
default-storage-engine=INNODB

to

# The default storage engine that will be used when create new tables when
default-storage-engine=MYISAM

New my.ini takes INNODB as default where in my old ini i was having MYISM as default table type.

This worked for me like a charm.

Options: ReplyQuote


Subject
Written By
Posted
Re: Error 1146: Table 'mysql.1' doesn't exist
December 31, 2008 05:50PM


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.