View Single Post
  #5  
Old 06-25-2002, 01:21 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

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
Reply With Quote