summaryrefslogtreecommitdiff
path: root/my.cnf.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-20 10:47:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-20 10:47:28 +0000
commitf0b08fdbf2ac1c6bbbeba9a96babfae8277ed3ef (patch)
treeeeb9a49118267c48caeefb2bbfa3f9f8ba1e3658 /my.cnf.in
parentde830acca23eae53159e3721fc648ce8a86427b7 (diff)
Diffstat (limited to 'my.cnf.in')
-rw-r--r--my.cnf.in18
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
+