summaryrefslogtreecommitdiff
path: root/my.cnf.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-16 08:51:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-16 08:51:05 +0000
commit1cabb3ccb5222b459d643dc93c2607dfac702ffa (patch)
treecafff97469a1272a9b50ee404a490a4f19a79ba8 /my.cnf.in
parentb376534b0c4531c9bdae13fd3f922af950bfbc6b (diff)
automatic import of mariadb
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
+