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.
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
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.