You go into mysql with the default user without permissions, you need to log in as the root user if you want to do everything:
C:\Program Files\MySQL\MySQL Server 5.5\bin>mysql.exe -u root -p Enter Password: *****
If you have never specified a root password, it should be blank; if you did, you must remember what it was, or find out how to reset the root password.
source share