• 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!

From mysql to sqlite

Powtreeman

Member
Joined
Sep 26, 2011
Messages
400
Reaction score
6
Location
USA
How can I change the rlserver from mysql to sqlite studio?
I am downloading mysql now but I want to try it first on sqlite.
 
From
Code:
sqlType = "mysql"
to
Code:
sqlType = "sqlite"

Config.lua. dont forget to set the right database file and to import a schema if you are using an empty db3 file
 
That option is not in the config that comes with the server
I'll try using the config from my ot but that usually ends badly
Yeah that doesn't work.
 
What version are you using man? All the config values I give you you dont have!

Upgrade to 0.3 or 0.4! Or 1.0 in any case
 
I am trying to use the forgotten server 1.0


- - - Updated - - -


the config is different than what you are using
 
Last edited by a moderator:
Back
Top