Solved - MySQL server has gone away in wammp
Hi Guys,
MySQL server has gone away error occurs when you passed max allowed packets may be your query will be crossed max number of line.
MySQL server has gone away error occurs when you passed max allowed packets may be your query will be crossed max number of line.
Follow below steps to fix:
- Go to MySQL installed folder C:\wamp64\bin\mysql\mysql5.7.23
- Open my.ini and find
max_allowed_packet
- Increase
max_allowed_packet
variable - Restart wammp or MySQL server
Comments
Post a Comment