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

Solved Error in database or Config

naod123456

Wazzaap
Joined
Mar 28, 2013
Messages
242
Reaction score
4
I use mysql database but everytime i start my server i get this error i dont know if it is my config or my database

[02/08/2013 13:50:20] The Forgotten Server - Edited By Cyko V8, version 0.3.6 - Edited By Cyko V8 (Crying Damson - Edited By Cyko V8)
[02/08/2013 13:50:20] Compiled with GNU C++ version 3.4.5 (mingw special) at Apr 6 2013, 11:07:44.
[02/08/2013 13:50:20] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[02/08/2013 13:50:20] Visit our forum for updates, support and resources: http://otland.net.

[02/08/2013 13:50:20] >> Loading config (config.lua)
[02/08/2013 13:50:20] > Using SHA1 encryption
[02/08/2013 13:50:20] >> Checking software version... outdated, please consider updating!
[02/08/2013 13:50:21] > Current version information - version: 0.3.6 - Edited By Cyko V8, patch: 1, build: 3429, timestamp: 1261647210.
[02/08/2013 13:50:21] > Latest version information - version: 0.3.6, patch: 0, build: 3293, timestamp: 1260652199.
[02/08/2013 13:50:21] >> Fetching blacklist
[02/08/2013 13:50:21] >> Loading RSA key
[02/08/2013 13:50:21] >> Starting SQL connection
[02/08/2013 13:50:22] Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)

[02/08/2013 13:50:22] > ERROR: Couldn't estabilish connection to SQL database!




this is my config
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "mysqldatabase"
sqlPass = "hihimypassword"
sqlDatabase = "mysqldatabase"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 
Back
Top