Kyle->GetThoughts();



MySQL Secure Installation
17 November 2008 @ 04:03 PM MST
Current Music: Trendy Mixes
Current Mood: Grumpy
In case anyone is wondering, there is a really easy way to secure a MySQL installation (at least on Ubuntu). After installing mysql just run the command "mysql_secure_installation" which will automatically allow you to setup the passwords, delete anonymous accounts, remove default DBs and Tables, etc. I wish I had known about it earlier.

[This Entry]