Looks like you are not using the right username/password - or that there is no user named root.
From the MySQL commandline, which you'll find in mysql\bin, you can try it - say your username is root and your password is 1234, you type:
mysql\bin>mysql -uroot -p1234
That can tell you if...