🌱 MySQL - Fixes 2006 Error

  1. From the terminal log into mysql
/Applications/MAMP/Library/bin/mysql -u root -proot
  1. From the mysql console
SET GLOBAL max_allowed_packet=16*1024*1024;
Made by Brandon . If you find this project useful you can donate.