Last active
April 13, 2019 16:04
-
-
Save imposibrus/4df354884b0e87feeadf77e1ac1c92cc to your computer and use it in GitHub Desktop.
macOS Mysql config
This file contains 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
# /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