View Single Post
  #3  
Old 03-31-2003, 09:06 PM
EnFuego98
Fire Beetle
 
Join Date: Jan 2003
Posts: 13
Default

Might wanna try this:

Code:
GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;
This will let any user on the local machine access any SQL database. Worked for me when the line you're using didn't.
Reply With Quote