• 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 MYSQL Lost Connection & MAX_ALLOWED_PACKET WARNINGS

Merol

New Member
Joined
Apr 25, 2009
Messages
15
Reaction score
0
I have some errors when i am starting The Forgotten Server v0.3.7-preview.

Config.lua
Code:
-- Connection config
	worldId = 0
	ip = "89.229.152.37"
	bindOnlyGlobalAddress = false

	sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "*****"
	sqlPass = "*************"
	sqlDatabase = "*****"
	sqlFile = "theforgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	mysqlReconnectionAttempts = 3
	encryptionType = "sha1"
SCREEN:
 
How to fix the "max_allow_packet" problem.

1. Go to your database in PHPMyAdmin.
2.Run this SQL query "SET GLOBAL max_allowed_packet = 16776192;"
3.Finished!
 
Back
Top