diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-20 10:47:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-20 10:47:28 +0000 |
commit | f0b08fdbf2ac1c6bbbeba9a96babfae8277ed3ef (patch) | |
tree | eeb9a49118267c48caeefb2bbfa3f9f8ba1e3658 /my.cnf.in | |
parent | de830acca23eae53159e3721fc648ce8a86427b7 (diff) |
automatic import of mariadbopeneuler23.03openeuler22.03_LTS_SP2openeuler22.03_LTSopeneuler20.03
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 + |