We may need to adjust maximum allowed file size in my.cnf file to avoid erros such as ” ERROR at line xxx: MySQL server has gone away”.
adding an entry “max_allowed_packet = 100M” to my.cnf has fixed the issue
We may need to adjust maximum allowed file size in my.cnf file to avoid erros such as ” ERROR at line xxx: MySQL server has gone away”.
adding an entry “max_allowed_packet = 100M” to my.cnf has fixed the issue
0 Comments