[MySql]Connection Problem - 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]Connection Problem (
/showthread.php?tid=410333)
[MySql]Connection Problem -
Rohan_Ubhare - 25.01.2013
I use MySql for my server and when I run the script on my PC it's says MySql cannot connect. I also use
I use MySql which is from a hosting site and I use Volt Host for my server so is it tht it will be fixed when I run my server on volt?
Re: [MySql]Connection Problem -
RajatPawar - 25.01.2013
pawn Code:
if(mysql_ping()>1)
print("Connection failed.");
else print("Connection to database successful!");