Secure MySQL - Improve Database Security | Online Free DevTools by Hexmos
Secure MySQL database installations with mysql_secure_installation. Harden your MySQL server by setting root password, removing anonymous users, and disallowing remote root login. Free online tool, no registration required.
mysql_secure_installation
Set up MySQL to have better security. More information: https://dev.mysql.com/doc/refman/en/mysql-secure-installation.html.
- Start an interactive setup:
mysql_secure_installation
- Use specific host and port:
mysql_secure_installation --host {{host}} --port {{port}}
- Display help:
mysql_secure_installation --help
