Error:-
ERROR 1153 (08S01) at line 1041: Got a packet bigger than 'max_allowed_packet' bytes
Solution
C:\xampp\mysql\bin
Open below file
my.ini
And put the below code
max_allowed_packet=1024M
Next restart the server.
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
ERROR 1153 (08S01) at line 1041: Got a packet bigger than 'max_allowed_packet' bytes
C:\xampp\mysql\bin
Open below file
my.ini
And put the below code
max_allowed_packet=1024M
Next restart the server.