Re: mysqldump restore triggers error 1062
Hi!!
Replace this line
INSERT INTO groups VALUES (0,'Administrators'),(1,'Anonymous'),(2,'File Admin'),(3,'Company');
with
INSERT INTO groups VALUES ('','Administrators'),('','Anonymous'),('','File Admin'),('','Company');
Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221
Subject
Views
Written By
Posted
9755
April 05, 2006 11:08AM
Re: mysqldump restore triggers error 1062
3968
April 07, 2006 11:04PM
4243
April 10, 2006 08:57AM
4621
April 23, 2006 02:54PM
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.