Created
October 30, 2012 20:49
-
-
Save cliftonlabrum/3982934 to your computer and use it in GitHub Desktop.
MySQL Memory Fix for Drupal Local Instance on a Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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