Skip to content

Instantly share code, notes, and snippets.

@cliftonlabrum
Created October 30, 2012 20:49
Show Gist options
  • Save cliftonlabrum/3982934 to your computer and use it in GitHub Desktop.
Save cliftonlabrum/3982934 to your computer and use it in GitHub Desktop.
MySQL Memory Fix for Drupal Local Instance on a Mac
-- Make a file at /etc/my.cnf
sudo touch my.cnf
-- File contents:
[mysqld]
max_allowed_packet = 100M
-- Permissions:
-rwxrwxr-- 1 root wheel 35 Jul 19 13:35 my.cnf
restart mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment