How to fix this SQL problem?

liljak

New Member
When i try to move server, i import using MyPHPAdmin once its done uploading i get this error:

Code:
Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unclosed quote @ 86
STR: '
SQL: 
INSERT INTO phrase VALUES('32763', '-1', 'setting_tagmaxstarter_desc', 'vbsettings', 'The maximum number of tags the thread starter can apply. Even if this setting a


SQL query:

INSERT INTO phrase VALUES('32763', '-1', 'setting_tagmaxstarter_desc', 'vbsettings', 'The maximum number of tags the thread starter can apply. Even if this setting a

MySQL said: Documentation
#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 ''The maximum number of tags the thread starter can apply. Even if this setting a' at line 1

Hope someone can help me :)

Regards,

Jack
 
VALUES('32763', '-1', 'setting_tagmaxstarter_desc', 'vbsettings', 'The maximum number of tags the thread starter can apply. Even if this setting a <missing sentence goes here>')


ERROR: Unclosed quote @ 86
STR: '


It even tells you where is the Unclosed quote is ...
 
Back
Top