SA-MP Forums Archive
mysql help - 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: mysql help (/showthread.php?tid=562608)



mysql help - PowerF - 10.02.2015

// MySQL Configurations
#define MySQL_Host "119.81.7.190"
#define MySQL_User "xxxi"
#define MySQL_Pass "xxxxx"
#define MySQL_Data "savserve_stunt"

is that right?
i use my cpanel's pass or mysql's pass?
i already try both but always failed


Re: mysql help - kinggta - 10.02.2015

check your Host and db name


Re: mysql help - JeaSon - 10.02.2015

you need to put mysql pass which is given by host


Re: mysql help - CalvinC - 10.02.2015

How should we know if that is correct?
That information has to be the same as your MySQL server information, you also have to connect to it correctly.


Re: mysql help - Vince - 10.02.2015

Do not use the external IP. The MySQL port is probably deliberately blocked (so you can't connect to it) for security. Use localhost.