Access Denid but y!
mysql> GRANT ALL PRIVILEGES ON eq.* TO test@localhost IDENTIFIED BY 'test' WITH GRANT OPTION;
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'eq' l: test p: test db: eq localhost/127.0.0.1 Never usually have problems setting up emulator.. but the fix keeps denying me. :roll: |
help help help me!! :x
|
Might wanna try this:
Code:
GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION; |
Try this before you enter the GRANT...
c:\mysql\bin\mysql.exe --user=root eq Mysql has the default server admin as root no matter what OS you're running. This is deep in the MySQL web docs. |
Quote:
|
yea i noticed.. user is messed. I tried for about 10 minutes and lost interest.. going to try to fix it right now.
|
Quote:
Run world.exe Quote:
|
Are you using MySQL 4.0 by chance? I was getting the same thing, couldn't figure it out. I got frustrated and just went back to 3.23.
|
try using
test@127.0.0.1 as the user field, and test@localhost also , manually log into mysql with the test username and password, you might not be using the right password... |
not working =\
I reinstalled mysql earlier to make sure it was test/test (didn't know you could login manually). I was using easyphp (so I could use php on localhost, it had mysql in it so it interfered with my older mysql) - I uninstalled it but it might still be affecting it somehow. But either way it was still test/test. |
I had Exactly the same problem with mysql 4, went back to 3.23 and all problems dissapeared! :)
|
All times are GMT -4. The time now is 02:12 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.