The first thing you should do with a clean MySQL install is set a password for the root user:
Advertisement [01:19:00] george@firenze$ mysqladmin -u root password 'somepassword'"
In my windows system the correct sentenc is:
c:\mysql>mysqladmin -u root password somepassword
David Martinez davidmc@orangeplanet.com