[MySql]Connection Problem
#1

I use MySql for my server and when I run the script on my PC it's says MySql cannot connect. I also use
pawn Code:
if (mysql_ping() != -1)
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?
Reply
#2

pawn Code:
if(mysql_ping()>1)
print("Connection failed.");
else print("Connection to database successful!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)