MySQL Packet Size

legacy123

New Member
Messages
3
Reaction score
0
Points
0
Does anyone know how to change the MySQL Packet Size? Any help would be greatly appreciated :D
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,929
Reaction score
118
Points
63
you should be able to edit it in /etc/my.cnf (or wherever your mysql configuration is located). Once there, insert the directive "max_allowed_packet=16M" (or whatever other size) in the [mysqld] section and restart MySQL to have the change take effect
 
Top