Skip to content

Instantly share code, notes, and snippets.

@bmschmidt
Created October 21, 2014 20:27
Show Gist options
  • Save bmschmidt/32803bb6e833f72d03ef to your computer and use it in GitHub Desktop.
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
[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