Skip to content

Instantly share code, notes, and snippets.

@renekreijveld
Created February 28, 2025 09:38
Show Gist options
  • Save renekreijveld/30a81f570f297a345474eea5d681d17c to your computer and use it in GitHub Desktop.
Save renekreijveld/30a81f570f297a345474eea5d681d17c to your computer and use it in GitHub Desktop.
Extra settings in the MariaDB condig for local NgniX development on macOS
# Default Homebrew MySQL server config
[mysqld]
# Only allow connections from localhost
bind-address = 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment