26.10.2010, 16:12
I am looking for someone to help me with MySQL as I cannot do it even looking at HIC's Tut it is still hard, I am stuck with this part.
I have configured all the shit in PHPMyAdmin and set it up correct in Pawno, Any ideas?
pawn Код:
mysql_debug(1);
mysql_connect("localhost", "luis_luis1", "luis_samp1", "******");
{
print("SQL connection attempt 1 FAILED!");
if(!mysql_connect("localhost", "luis_luis1", "luis_samp1", "******"))
{
print("SQL connection attempt 2 FAILED!");
if(!mysql_connect("localhost", "luis_luis1", "luis_samp1", "******"))
{
print("SQL connection attempt 3 FAILED!");
return 1;
}
}
}