This is the Steps for MySQL error 2006 solution when we importing a MySQL database into XAMPP.
Steps for MySQL error 2006 solution:
- Edit the “my.ini” file found at “:\xampp\mysql\bin\”.
- In the my.ini file, edit the “max_allowed_packet” by increasing the value.
- XAMPP default value is 1M. I updated it to 10M.
- Save the my.ini file.
- Restart your MySQL and Apache server in XAMPP.
Comments
Post a Comment