1. Home
  2. Security Hardening
  3. CIS MySQL 5.7 Linux OS L1 V1.0.0
  4. Ensure ‘mysqld’ Is Not Started with ‘–skip-grant-tables’ – /etc/my.cnf

Ensure ‘mysqld’ Is Not Started with ‘–skip-grant-tables’ – /etc/my.cnf

Details

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

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.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles