Do you have MySQL administrator installed? If you do, go to the tools menu and choose MySQL Command Line Client. Then, in the dos command window that shows, type:
GRANT ALL ON *.* TO username@'%';
username should be replaced by the username you want to use to connect to the database.