When i tried to import data to MySQL through large SQL file (4.71MB), i got the above error. To overcome this issue we need to add the below option in my.ini file of MySQL.
max_allowed_packet=16M
Restart MySQL service.
max_allowed_packet=16M
Restart MySQL service.
No comments:
Post a Comment