• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Datebase error

xxuxulol

Banned User
Joined
Jul 21, 2010
Messages
87
Reaction score
1
It looks all fine help me plz..
Maybe its because theres something missing in sqlDatabase but idk what should be there.

ra7oz7.jpg


k2h1xw.jpg


bgbvva.jpg
 
sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "war"
sqlFile = "schemas+Database/war.s3db" --check if the root its ok
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"


if this doesnt work then the problem is in the database file, i used to use sqlite but, when i tried to make a new column in a table inside the database it stop working and i changed my database to mysql and then i had never a problem again.

if you still wanna use sqlite then download that server version again and just use the database that comes with the new server.

if that works then i was right and the database "war" is corrupted. maybe you modified something in sqlite and it corrupted the DB.

Hope it helps, and helpme in my thread just below this one xD

http://otland.net/f16/global-events-creature-script-forgotten-server-0-2-10-strange-issu-d-132331/
 
I dont use sqlite, im using it to fix bugs on my serv etc.. when i'll open the server for sure ill use mysql.
I posted all just like that, and didnt work ;(

and btw, this is the database that came with the server ;x
 
Last edited:
Back
Top