From b63ba3fa4a70b2534a24f3c6575db0bc1f64d70c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 12 Mar 2011 15:01:30 +0000 Subject: [PATCH] - symbolic-links=0 from fedora Changed files: mysqld.conf -> 1.57 --- mysqld.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysqld.conf b/mysqld.conf index 0a5ed07..38fc2aa 100644 --- a/mysqld.conf +++ b/mysqld.conf @@ -29,6 +29,9 @@ user = mysql # Don't use system locking skip-external-locking +# Disabling symbolic-links is recommended to prevent assorted security risks +symbolic-links=0 + # Don't listen on a TCP/IP port at all. This is a security enhancement, # if all processes that need to connect to mysqld run on the same host. # All interaction with mysqld must be made via Unix sockets. -- 2.44.0