Fixing Mac OS Sierra MySQL Woes MySQL throwing ERROR 2006 (HY000): MySQL server has gone away? mysql -u root -p # enter password mysql > SET GLOBAL max_allowed_packet=1073741824; And also add to /etc/my.cnf: # /etc/my.cnf max_allowed_packet=128M
thankyou alot