So, I got this problem that comes when I try to import forgottenserver.s3db into my Uniform Server Database, here is the error:
Is there anything to do for this problem? Thanks!!!
Error
There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:
----BEGIN CUT----
eNodjU0KwyAYBbv+TvEOIKKJBupORJKCf1XbnKCLbrLv7WuyezDDPF9rrgZOwk0IPhlIDbngrgS1
PsiNKP7aMxhorvks6dUqcmOwq0+d4e2HtH8PuK3m6Icl+LRQidZAjS2obOW0WG5nQ/FxsD9S6hRs
Wg0+B135P4TgH+Y=
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 15 16 940
STR:
MySQL: 5.5.31
USR OS, AGENT, VER: Win CHROME 5.0.26
PMA: 4.0.0
PHP VER,OS: 5.4.15 WINNT
LANG: en
SQL:
----END RAW----
SQL query:
MySQL said:
#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 'SQLite format 3' at line 1
Is there anything to do for this problem? Thanks!!!