mesosot
Member
- Joined
- Aug 16, 2007
- Messages
- 356
- Reaction score
- 5
hello there ,,,
i get some proplem in server , here
What shall i do about this ?
my Sql setting in Config.lua are correct ...
here
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"