4.5 Ensure 'mysqld' is Not Started With '--skip-grant-tables'
Information
This option causes mysqld to start without using the privilege system. 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