BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' #37

Closed BrianGilbert closed 9 years ago

BrianGilbert commented 9 years ago

If you ran the script before the referenced commit then you will need to run the following commands in terminal to fix the issue:

mv /usr/local/etc/my-drupal.cnf /usr/local/etc/my.cnf.d/
sudo rm /etc/my.cnf
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
sudo killall mysqld
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist