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

MySQL Problem! (maybe wrong thread dunno where to post) !!REP FOR HELP!!

Matti96

Abyss
Joined
Apr 17, 2009
Messages
254
Reaction score
46
Location
Poland/Germany
Hey Guys i made a new Sql Database and all is working fine except of this:

When i create a Account/Character ingame (Account Manager) i can not see it in the database...

When i create or change something in the database it wont be changed ingame...

So guys what i have to do or what have i done wrong

Config.lua
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "***********"
sqlDatabase = "Rook-Server"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
Thanks for reading and helping
 
Back
Top