MySQL Forums
Forum List  »  Newbie

Re: How do I change this table to get it to load
Posted by: Lee Wood
Date: March 02, 2009 10:55AM

According to the Error Code Documentation:
< at http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html>;

Error: 1067 SQLSTATE: 42000 (ER_INVALID_DEFAULT)

This would suggest that you should remove the "DEFAULT '0'" clause
within: id int(11) DEFAULT '0' NOT NULL auto_increment

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I change this table to get it to load
March 02, 2009 10:55AM


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.