MySQL allowing symbolic links invites various attacks

Along the years there has been various attacks relating to abuse and exploitation of MySQL symlinks (see link below). It is best to avoid using this configuration if possible in order to minimize attack surface area and risk.

Problem

In mysqls.cnf:

symbolic-links=1

Fix

In mysqls.cnf:

symbolic-links=0

See