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

Windows [8.6] Problem with Server

Nestold

New Member
Joined
Sep 12, 2015
Messages
1
Reaction score
0
Hello everyone.
I'm beginner in TibiaServerWorld ^^ and have a question.
UPA60kW.png

This is clipping from my config.lua
And now when i am starting my server it's all ok
NqGoDKg.png

but when i need to load config.lua in Acc (Gesior ACC 0.3.8) I have a problem.
98zthPs.png

I used Gesior 0.3.6 too but I have this problem again.
I use Cryingdamson 0.3.6 (8.60) V8.2.

I noticed one thing. When i change "mysqlType = "mysql"" to "sqltype = "mysql" Acc work but server couldn't find mysql database.
gsRn8Ax.png

uD0PKfe.png

dgpeVum.png

Please help me I'm really tired by this.
 
Yours looks different than mine does, but here is what mine is


Code:
-- MySQL
    mysqlHost = "localhost"
    mysqlUser = "avenger"
    mysqlPass = ""
    mysqlDatabase = "avenger"
    mysqlPort = 3306


Code:
-- SQL
    sqlType = "mysql"
    passwordType = "sha1"
 
Back
Top