EQ Emu Admin help
I keep getting error's when i want to edit by DB....
i have my SQL BD set up the info in my prefs in Admin is: Database: eq01 Host: 127.0.0.1 Username: MYSQL one Password: MYSQL one now what do i do? |
try changing your host by localhost
"it may help" |
If it still doesn't work, make sure you granted yourself rights in sql :D
GRANT ALL ON *.* TO '%'@localhost IDENTIFIED BY '%'; |
I had the same error and tried it in Mysql and then said access denied.So I typed in the line in Mysql.exe that was supposed to grant all acess...should it say this if done right:
Query OK, 0 rows affected <0.06 Sec> |
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 |
All times are GMT -4. The time now is 01:58 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.