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

canary warning in console [2024-01-07 21:05:55.347] [warning] MySQL host, user, password, database or port not provided

ForgottenNot

Member
Joined
Feb 10, 2023
Messages
242
Reaction score
23
as title says i have a warning in canary console. don't know the reason i have uploaded the database and im using localhost as ip
[2024-01-07 21:05:55.347] [warning] MySQL host, user, password, database or port not provided
Lua:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "canary"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

Code:
ip = "127.0.0.1"
allowOldProtocol = true
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
serverName = "OTServBR-Global"
serverMotd = "Welcome to the OTServBR-Global!"
statusTimeout = 5 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
maxItem = 2000
maxContainer = 100
maxPlayersOnlinePerAccount = 1
maxPlayersOutsidePZPerAccount = 1
 
Back
Top