Error
Static analysis:
1 errors were found during analysis.
Unrecognized keyword. (near “ON” at position 25)
SQL query: Edit Edit
SET FOREIGN_KEY_CHECKS = ON;
MySQL said: Documentation
#2006 – MySQL server has gone away
Solution
Wamp
- Edit my.ini file from c:\wamp64\bin\mysql\mysql5.7.31
- find line and change with max_allowed_packet = 1024M
- Restart wampserver
xamp
- Edit my.ini file from c:\xampp\mysql\bin\my.ini
- find line and change with max_allowed_packet = 1024M
- Start the services and try..
That’s it