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

Can't connect to MySQL database?

Tickit

Member
Joined
Feb 20, 2009
Messages
364
Reaction score
5
Location
Somewhere in the jungle of Sweden
I have tried to search for it but couldn't find it so i post it myself.

Yeah as the title says, when im going to install Gesior Account Manager at 127.0.0.1.install in the third/3 step this message appears:

Can't connect to MySQL database?

Someone knows what to do, rep++ to he/her who finds out. ;o

EDIT: Aha something else is using this port no idé what, someone else knows?
 
Last edited:
in ur config.lua u have right the Sqltype =

??

-- Database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "XXXXXXXX"
sqlDatabase = "XXXXXX"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

It looks like this
 
Back
Top