Got a packet bigger than 'max_allowed_packet' bytes error in mysql?


 Got a packet bigger than 'max_allowed_packet' bytes error in mysql?
Open your my.ini
and search
max_allowed_packet
 
and change it to  
max_allowed_packet = 20M

Comments