It’s recommeded that run mysql_secure_installation after installing MySQL. The tool gives the options to
- Set root password (default is none)
- Disable root logins from outside localhost.
- Remove anonymous user accounts.
- Remove test database
Advertisement