Help me :( - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me :( (
/showthread.php?tid=343140)
Help me :( -
ColdRain - 16.05.2012
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)
Re: Help me :( -
Mandrakke - 16.05.2012
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;
but I don't know if you can use "flush privileges" not being logged as root.
Re: Help me :( -
ColdRain - 16.05.2012
where i can access to there everything is good
Re: Help me :( -
Kirollos - 16.05.2012
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
Re: Help me :( -
Kirollos - 16.05.2012
btw guys. it's fixed now
the password was incorrect.