Como usar mysql_reconnect
#3

Puedes hacer algo asн:

pawn Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
    switch(errorid)
    {
        case CR_SERVER_LOST, CR_SERVER_GONE_ERROR:
        {
            printf("[MySQL] Se perdiу la conexiуn con el servidor MySQL, intentando reconectar...");
            mysql_reconnect(connectionHandle);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Como usar mysql_reconnect - by Brocky - 04.03.2016, 18:24
Respuesta: Como usar mysql_reconnect - by FelipeAndres - 04.03.2016, 23:38
Re: Como usar mysql_reconnect - by Infernux - 06.03.2016, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)