summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-12-04 23:40:38 +0100
committermh <mh@immerda.ch>2013-12-04 23:40:38 +0100
commiteb03b7f647f7f17d86a9314150a31edf3f9880a4 (patch)
tree4fa8b2aa4468d1dd3c73a00b713944ef9cde7dac
parent808a83374cc96e93971c80fc08c503981f8e9bc5 (diff)
update to latest EL release
-rw-r--r--files/config/my.cnf.CentOS3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/config/my.cnf.CentOS b/files/config/my.cnf.CentOS
index 7265fdd..1b6ee1a 100644
--- a/files/config/my.cnf.CentOS
+++ b/files/config/my.cnf.CentOS
@@ -9,6 +9,9 @@ old_passwords=0
bind-address=127.0.0.1
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
# Query cache is used to cache SELECT results and later return them
# without actual executing the same query once again. Having the query
# cache enabled may result in significant speed improvements, if your