Help me :(
#1

I got mysql from volt host and i try to connect my server so i open port :7777 but when i go in server its give me this error in Debug

Код:
[05:19:25]  

[05:19:25] ---------------------------

[05:19:25] MySQL Debugging activated (05/16/12)

[05:19:25] ---------------------------

[05:19:25]  

[05:19:25] >> mysql_connect( )

[05:19:25] CMySQLHandler::CMySQLHandler() - constructor called.

[05:19:25] CMySQLHandler::CMySQLHandler() - Connecting to "pyxis.volt-host.com" | DB: "4870_urcnr" | Username: "4870_urcnr" ...

[05:19:25] CMySQLHandler::Connect() - Access denied for user '4870_urcnr'@'77.124.226.203' (using password: YES) (Error ID: 1045)
Reply
#2

are you sure that this is the right password for this user? try to access your phpmyadmin with this user/password.

- edit -
If you have sure that your password is right, then go to PhpMyAdmin > Users > Your user > Action "Edit Privileges" > Login Information > Select "Any Host" in "Host".

If it does not work as well, execute this query manually in phpmyadmin;

Код:
GRANT ALL ON *.* TO your_user_name;
then execute this other query to reload your user privileges;

Код:
FLUSH PRIVILEGES;
but I don't know if you can use "flush privileges" not being logged as root.
Reply
#3

where i can access to there everything is good
Reply
#4

I am testing that problem with ColdRain, i did:
Код:
GRANT ALL ON *.* TO your_user_name;
So it says that:
Код:
#1045 - Access denied for user '4870_urcnr'@'localhost' (using password: YES)
Any help? :S
Reply
#5

btw guys. it's fixed now

the password was incorrect.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)