You may face error like ' Error while sending QUERY packet. '
This generally happen for low configuration of MySQL .
Try by changing these MySQL configuration
innodb_log_file_size : 5242880000
wait_timeout : 5000
max_connections : 500
connect_timeout : 200
max_allowed_packet : 9073741824
It should solve the issue.
Please Log in To give an answer.
0 Answers