• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error when importing forgottenserver.s3db to database

mernes

New Member
Joined
Jul 30, 2009
Messages
41
Reaction score
0
So, I got this problem that comes when I try to import forgottenserver.s3db into my Uniform Server Database, here is the error:
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!!!
 
Yea I got Mysql.Sql In schemas, but the problem is I followed a Tutorial from Znote.. and he imported Forgotten~.. Also when I imported Mysql, they didnt connect together. (When I created an account on tibia, it didn't show up in the tablets)
 
well im making a server myself, what i think ur doing wrong is like that u should import the mysql.sql and u have to install the website on the phpmyadmin, u have to search for it if it doesnt come up
 
Diffrent is? :S




OTT: Where can I get a good evolution 8.6 Datapack? Really annoys me that all links are broken to good packs..

SQLite uses a database that doesn't involve PHPMyAdmin, it is stored in a file on your computer, particularly forgottenserver.s3db.
Znote's tutorial is for setting it up on PHPMyAdmin using Uniform Server and MySQL, therefore you will never use forgottenserver.s3db.
 
SQLite uses a database that doesn't involve PHPMyAdmin, it is stored in a file on your computer, particularly forgottenserver.s3db.
Znote's tutorial is for setting it up on PHPMyAdmin using Uniform Server and MySQL, therefore you will never use forgottenserver.s3db.
So if I got it right, you mean that I have to change in config.lua sqltype to "Mysql"... by doing that.. When I start "The Forgotten Server, it stops running when it runs "Starting SQL Connection".
 
You need to set up the database and everything if you're using MySQL, Znote's tutorial is solely based on that.

MySQL:
sqlType = "mysql"
Use PHPMyAdmin and Uniform
Use schemas/mysql.sql
Run server

SQLite:
sqlType = "sqlite"
Run server
 
I've changed sqltype to mysql now, changed database, password and everything that is needed. Imported mysql.sql into database.. Yet when I start Forgotten Server this appears, "Starting SQL Connection".

EDIT: And then the forgotten stops running.
 
Back
Top