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’

Ensure ‘mysqld’ Is Not Started with ‘–skip-grant-tables’

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

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles