SA-MP Forums Archive
[HELP] MySQL - 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] MySQL (/showthread.php?tid=522177)



[HELP] MySQL - monster010 - 26.06.2014

Код:
CMySQLHandler::CMySQLHandler() - constructor called.
[23:33:36] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "blown" | Username: "cabrall1988" ...
[23:33:36] CMySQLHandler::Connect() - Access denied for user ''@'localhost' to database 'blown' (Error ID: 1044)
I tell me "Access denied" when I import the data base in my phpmyadmin and config on gamemode?


Re: [HELP] MySQL - Clad - 26.06.2014

In your gamemode.pwn change this.
pawn Код:
#define MYSQL_HOST ""
#define MYSQL_USER ""
#define MYSQL_DB ""
#define MYSQL_PASS ""



Re: [HELP] MySQL - monster010 - 26.06.2014

Код:
CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) (Error ID: 2002)
...


Re: [HELP] MySQL - Clad - 26.06.2014

Try to use your Host name as localhost, You're hosting your database in the VPS?


Re: [HELP] MySQL - monster010 - 26.06.2014

Is work whith localhost, but:
Код:
CMySQLHandler::Connect() - Access denied for user 'cabrall1988'@'localhost' (using password: YES) (Error ID: 1045)



Re : [HELP] MySQL - Clad - 26.06.2014

This error means your password is incorrect, Do you have a cPanel ?


Re: [HELP] MySQL - monster010 - 26.06.2014

....I have an IP (ex: 192.0.0.0) followed /phpmyadmin


Re : [HELP] MySQL - Clad - 26.06.2014

search for Remote MySQL and add your IP from do you want to connect


Re: [HELP] MySQL - monster010 - 26.06.2014

What is a REMOTE MYSQL?


Re : [HELP] MySQL - Clad - 26.06.2014

You can find it in your cPanel