2021-06-16 17:03:33 +08:00
|
|
|
#
|
|
|
|
|
# This group is read both both by the client and the server
|
|
|
|
|
# use it for options that affect everything
|
|
|
|
|
#
|
|
|
|
|
[client-server]
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# This group is read by the server
|
|
|
|
|
#
|
|
|
|
|
[mysqld]
|
|
|
|
|
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
|
|
|
symbolic-links=0
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# include all files from the config directory
|
|
|
|
|
#
|
2022-04-16 03:15:44 +00:00
|
|
|
!includedir /etc/my.cnf.d
|
2021-06-16 17:03:33 +08:00
|
|
|
|