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

[SQL] Server cant connect proplem

mesosot

Member
Joined
Aug 16, 2007
Messages
356
Reaction score
5
hello there ,,,

i get some proplem in server , here

[20/01/2011 15:37:10] Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)

[20/01/2011 15:37:10] > ERROR: Couldn't estabilish connection to SQL database!

What shall i do about this ?

my Sql setting in Config.lua are correct ...

here

-- Database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "User"
sqlPass = "password"
sqlDatabase = "otserver DB"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
Ports opened? Doesnt seem that your mysql is running correctly.. You can access 127.0.0.1/phpmyadmin?
 
Back
Top