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

error in console look here plx

ninexin

insane.sytes.net
Joined
Jun 10, 2007
Messages
213
Reaction score
3
Location
Brazil
Anyone know how to fix this error? I'm using TFS 0.4 rev 4384


REP ++ for helping
 
you just need go to folder xampp/mysql/bin
open file my.cnf with notepad++
and change :
max_allowed_packet = 1M
to
max_allowed_packet = 16M
after that you need to restart xampp.
 
Or you can enter the information that was given to you and make a SQL query. SET GLOBAL max_allowed_packet = "value"
 
Back
Top