Information
The symbolic-links and skip-symbolic-links options for MySQL determine whether symbolic link support is available. When use of symbolic links are enabled, they have different effects depending on the host platform. When symbolic links are disabled, then symbolic links stored in files or entries in tables are not used by the database.
Rationale:
Prevents symbolic links being used for data base files. This is especially important when MySQL is executing as root as arbitrary files may be overwritten. The symbolic-links option might allow someone to direct actions by to MySQL server to other files and/or directories.
Solution
Perform the following actions to remediate this setting:
Open the MySQL configuration file (my.cnf)
Locate skip-symbolic-links in the configuration
Set the skip-symbolic-links to YES
Note: If skip-symbolic-links does not exist, add it to the configuration file in the mysqld section.