When I do it I use an actual username and pw, e.g:
GRANT ALL ON *.* TO monty@localhost IDENTIFIED BY some_pass;
That's what they say to do on the MySQL website. Try it and see if it helps (make sure to set the username and pw in the admin tool to be the same as what you use in the GRANT line)
Wind
|