Skip to content

Instantly share code, notes, and snippets.

@imposibrus
Last active April 13, 2019 16:04
Show Gist options
  • Save imposibrus/4df354884b0e87feeadf77e1ac1c92cc to your computer and use it in GitHub Desktop.
Save imposibrus/4df354884b0e87feeadf77e1ac1c92cc to your computer and use it in GitHub Desktop.
macOS Mysql config
# /usr/local/etc/my.cnf
[mysqld]
general-log-file = /usr/local/var/mysql/mysql.log
general-log = 1
log-output = file
sql_mode = ''
log_error = /usr/local/var/mysql/error.log
max_connections = 500
default-time-zone='+03:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment