MySQL Forums
Forum List  »  Quality Assurance

ERROR 1064 while trying to import a sqlite converted to mysql into my database
Posted by: Jasper van meerten
Date: June 29, 2012 07:30AM

i am trying to import a teamspeak 3 sqlite converted into mysql to my mysql on the same server to home for better stability and what not and to be able to control it

better, however i get this error:

ERROR 1064 (42000) at line 8565: 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 ')' at line 1

the corresponding line is:

CREATE TABLE tokens ( server_id integer unsigned, token_key varchar(50) NOT NULL, token_type integer, token_id1 integer unsigned, token_id2 integer unsigned, token_created integer unsigned, token_description varchar(255), token_customset varchar);
could somebody please check this and see if i have done anything wrong?


as far as i can tell i have the newest mysql.

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1064 while trying to import a sqlite converted to mysql into my database
2244
June 29, 2012 07:30AM


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.