Skip to content

Instantly share code, notes, and snippets.

@bbrown
Created September 14, 2017 13:51
Show Gist options
  • Save bbrown/73d6975ac7324141dd934d325f7cd358 to your computer and use it in GitHub Desktop.
Save bbrown/73d6975ac7324141dd934d325f7cd358 to your computer and use it in GitHub Desktop.
Local Mac OS X MySQL configuration, designed to get around "File Descriptor 2040 exceeded FD_SETSIZE=1024" errors
# Default Homebrew MySQL server config
[mysqld]
#interactive_timeout = 300
#wait_timeout = 300
max_allowed_packet=256M
table_open_cache=250
# Only allow connections from localhost
bind-address = *
#skip-networking
@bbrown
Copy link
Author

bbrown commented Mar 7, 2023

HAH, I'd forgotten I did this again. I'm still glad it's useful after all these years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment