mySQL RROR 2006 (HY000) at line XX MySQL server has gone away

Viewed 21

My MySQL database is experiencing the following issues, how can I resolve them?

mySQL RROR 2006 (HY000) at line XX MySQL server has gone away
1 Answers

You can try modifying the my.cnf configuration file of MySQL to increase the size of the value of max_allowed_packet.
For example, before modification:

max_allowed_packet = 1M
After modification
max_allowed_packet = 10M
Related Questions

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Womay-Developer Learning and Sharing Community.