SV-108703r1_rule
V-99599
PP-MDM-991000
JAMF-10-100060
CAT II
10
Install the mysql_secure_installation.
1. Install MySQL.
2. Using the Jamf Pro Security Recommendations document, go to the path based on the host operating system and execute the appropriate mysql_secure_installation script.
Verify the mysql_secure_installation has been installed on the Jamf host server.
1. Log in to MySQL. Execute the "show databases;" command.
- Verify that the database named "Test" is not shown in output of the command.
2. Verify the root account has a string representing the password and not a blank value.
- select * from mysql.user;
3. Verify the anonymous users have been removed and verify the user field contains a user name.
- select * from mysql.user;
All three steps must be correct to indicate mysql_secure_installation has been executed.
If the mysql_secure_installation has not been installed on the Jamf host server, this is a finding.
V-99599
False
JAMF-10-100060
Verify the mysql_secure_installation has been installed on the Jamf host server.
1. Log in to MySQL. Execute the "show databases;" command.
- Verify that the database named "Test" is not shown in output of the command.
2. Verify the root account has a string representing the password and not a blank value.
- select * from mysql.user;
3. Verify the anonymous users have been removed and verify the user field contains a user name.
- select * from mysql.user;
All three steps must be correct to indicate mysql_secure_installation has been executed.
If the mysql_secure_installation has not been installed on the Jamf host server, this is a finding.
M
3593