While doing some operations like import files in MySQL error coming like "MySQL server has gone away".It is same PacketTooBigException in Linux.For that you have to execute the following Query in MySQL
"set global max_allowed_packet=16777216"
after executing this query do your operation.Error will not occur.
"set global max_allowed_packet=16777216"
after executing this query do your operation.Error will not occur.
No comments:
Post a Comment