Created
October 21, 2014 20:27
-
-
Save bmschmidt/32803bb6e833f72d03ef to your computer and use it in GitHub Desktop.
Working Mac My.cnf configuration for bookworm--replace double dashes with slashes to get locations
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
[client] | |
user = _www | |
password = mysecret | |
[mysqld] | |
myisam_sort_buffer_size = 512M | |
read_rnd_buffer_size = 8M | |
read_buffer_size = 4M | |
max_heap_table_size = 1024M | |
tmp_table_size = 1024M | |
character_set_server = utf8 | |
query_cache_size = 128M | |
query_cache_type = 1 | |
query_cache_limit = 2M | |
bulk_insert_buffer_size = 512M | |
myisam_max_sort_file_size = 1500G | |
sort_buffer_size = 8M | |
max_allowed_packet = 512M | |
key_buffer_size = 1500M | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment