Thread
:
Access Denid but y!
View Single Post
#
3
03-31-2003, 09:06 PM
EnFuego98
Fire Beetle
Join Date: Jan 2003
Posts: 13
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.
EnFuego98
View Public Profile
Send a private message to EnFuego98
Find all posts by EnFuego98