1. Home
  2. Security Hardening
  3. CIS MySQL 8.0 Enterprise Linux OS L1 V1.1.0
  4. Ensure ‘mysqld’ is Not Started With ‘–skip-grant-tables’

Ensure ‘mysqld’ is Not Started With ‘–skip-grant-tables’

Details

This option causes mysqld to start without using the privilege system.

Rationale:

If this option is used, all clients of the affected server will have unrestricted access to all databases.

Solution

Perform the following to establish the recommended state:

Open the MySQL configuration (e.g., my.cnf) file and set:

skip-grant-tables = FALSE

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control, Media Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles