Ensure ‘relay_log_basename’ Files Have Appropriate Permissions Details MySQL can operate using a variety of log files, each used for different purposes. These are the binary log,...
Ensure ‘slow_query_log’ Has Appropriate Permissions Details MySQL can operate using a variety of log files, each used for different purposes. These are the binary log,...
Ensure SSL Key Files Have Appropriate Permissions Details When configured to use SSL/TLS, MySQL relies on key files, which are stored on the host’s filesystem. These key...
Use Dedicated Least Privileged Account for MySQL Daemon/Service Details As with any service installed on a host, it can be provided with its own user context. Providing a...
Verify That ‘MYSQL_PWD’ Is Not Set In Users’ Profiles – .bash_profile Details MySQL can read a default database password from an environment variable called MYSQL_PWD. Solution Check which users and/or scripts...
Verify That ‘MYSQL_PWD’ Is Not Set In Users’ Profiles – .bashrc Details MySQL can read a default database password from an environment variable called MYSQL_PWD. Solution Check which users and/or scripts...
Verify That ‘MYSQL_PWD’ Is Not Set In Users’ Profiles – .profile Details MySQL can read a default database password from an environment variable called MYSQL_PWD. Solution Check which users and/or scripts...
Verify That the MYSQL_PWD Environment Variables Is Not In Use Details MySQL can read a default database password from an environment variable called MYSQL_PWD. Solution Check which users and/or scripts...