Secure MySQL Keyring – keyring_aws_conf_file Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
Secure MySQL Keyring – keyring_encrypted_file_data_path Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
Secure MySQL Keyring – keyring_file_data_path Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
Secure MySQL Keyring – keyring_hashicorp_store_path Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
Secure MySQL Keyring – keyring_oci_key_file Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
Secure MySQL Keyring – keyring_okv_path Details When configured to use a Keyring plugin, internal MySQL components and plugins may securely store sensitive information for later...
The Backups Should be Properly Secured Details The backup files will contain all data in the databases. Filesystem permissions and/or encryption should be used to prevent...
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 Backups are Good Details Backups should be validated on a regular basis. Rationale: Verifying that backups are occurring appropriately will help ensure data...
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. Rationale: Use of the MYSQL_PWD environment...