Possible Lag or Script problem?
#6

Can you show your mysql_connect code? It should be like so:

pawn Код:
// Connect to mySQL
print("Connecting to mySQL...");

mysql_connect(...);

if(mysql_ping() == -1) print("mySQL connection failed.");
else print("mySQL connection established.");
Reply


Messages In This Thread
Possible Lag or Script problem? - by Tanush123 - 26.01.2012, 22:39
Re: Possible Lag or Script problem? - by MP2 - 26.01.2012, 22:41
Re: Possible Lag or Script problem? - by Tanush123 - 26.01.2012, 22:45
Re: Possible Lag or Script problem? - by MP2 - 26.01.2012, 22:47
Re: Possible Lag or Script problem? - by Tanush123 - 26.01.2012, 22:49
Re: Possible Lag or Script problem? - by MP2 - 26.01.2012, 22:52
Re: Possible Lag or Script problem? - by Tanush123 - 26.01.2012, 22:56

Forum Jump:


Users browsing this thread: 1 Guest(s)