Securing mysql installations
April 17th, 2007
While installing the MySQL database for my blog I found out that securing a MySQL installation got much easier. I remember setting the password for root and removing the anonymous login manually but there is a script to do this, just call mysql_secure_installation answer some questions.
See MySQL documentation for more.




