4.5 Ensure 'mysqld' is Not Started With '--skip-grant-tables'

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

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

See Also

https://workbench.cisecurity.org/benchmarks/12903