Last active
September 15, 2017 04:23
-
-
Save tanchao90/f95d19cc4943c4df2b8ee371bcb99434 to your computer and use it in GitHub Desktop.
mysql-5.7.19 default config file
This file contains hidden or 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
# The MySQL database server configuration file. | |
# | |
# You can copy this to one of: | |
# - "/etc/mysql/my.cnf" to set global options, | |
# - "~/.my.cnf" to set user-specific options. | |
# | |
# One can use all long options that the program supports. | |
# Run program with --help to get a list of available options and with | |
# --print-defaults to see which it would actually understand and use. | |
# | |
# For explanations see | |
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html | |
# | |
# * IMPORTANT: Additional settings that can override those from this file! | |
# The files must end with '.cnf', otherwise they'll be ignored. | |
# | |
!includedir /etc/mysql/conf.d/ | |
!includedir /etc/mysql/mysql.conf.d/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
Config File Path
/etc/mysql/my.cnf
.