ivagarfitt Posted January 29, 2007 Posted January 29, 2007 i installed tagadelic 1.1 and when i went to run the script i got this error message: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Cut','3','1','1')' at line 1 insert into tags (voc,level,case_,language_id) values ('Blade Runner - Director's Cut','3','1','1') the sql looks like this: CREATE TABLE tags ( id int(11) NOT NULL auto_increment, voc varchar(255) NOT NULL, level int(11) NOT NULL, case_ int(11) NOT NULL, language_id int(11) NOT NULL, PRIMARY KEY (id), KEY voc (voc) ); and i have verision of the Mysql - 4.1.20 HELP!!!! I am sorry if this dont belong here but I couldnot find it where to put this.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.