• 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 SQL Database Problem!

Ajzy

New Member
Joined
Apr 6, 2011
Messages
18
Reaction score
0
Hey!
This problem is getting me sick, so ill put here exactly whats wrong with pictures and shit and try to get help!
Keep on looking please! (A)

CONFIG:

-- Connection config
worldId = 0
ip = "192.168.1.100"
loginPort = 7171
gamePort = 7172
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to the Forgotten Server!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Forgotten"
loginMessage = "Welcome to the Forgotten Server!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
-- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash.
sqlType = "mysql"
sqlHost = "192.168.1.100"
sqlPort = 3306
sqlUser = "MY USERNAME"
sqlPass = "MY PASSWORD"
sqlDatabase = "Zamba"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
mysqlReconnectionAttempts = 1
encryptionType = "sha1"


ERROR WHEN TRYING TO START:

29qmj2t.png


AND THIS IS HOW IT LOOKS IN SQMLBLABLAB OR WHAT TO CALL IT





Sooo..
Anyone can see the problem? Because i cant :p
 
Back
Top