• 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 SET GLOBAL max_allowed_packet ?

Benna

Member
Joined
Jul 3, 2008
Messages
150
Reaction score
7
Whenever i start the server i get this -> I've tried to add this query at my DTB however it seems not to work, what i'm supposed to do?

[Warning] max_allowed_packet might be too low for house item storage
Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16777216
 
Increase the value for max_allowed_packet in my.ini (you can find it in your MySQL directory) and don't forget to restart your web server once you have changed this.
 
Increase the value for max_allowed_packet in my.ini (you can find it in your MySQL directory) and don't forget to restart your web server once you have changed this.
doesn't work for xampp ;_;

Edit: changed wrong file, works now, thank you.
 
Back
Top