diff options
Diffstat (limited to 'my.cnf.in')
-rw-r--r-- | my.cnf.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/my.cnf.in b/my.cnf.in new file mode 100644 index 0000000..651fd9b --- /dev/null +++ b/my.cnf.in @@ -0,0 +1,18 @@ +# +# 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 +# +!includedir /etc/my.cnf.d + |