unknow mysql_ping
#4

Up: Having some problems now while compiling:

PHP код:
for(new connectionCountconnectionCount MYSQL_CONNECTION_TRIESconnectionCount++)
            {
            
mConnectionHandle mysql_connect(SQLHostSQLUserSQLDatabaseSQLPassword);
            if(
connectionCount == MYSQL_CONNECTION_TRIES 1)
            {
                
printf("The server has failed to connect to MySQL the maximum amount of times, shutting down...");
                
SendRconCommand("exit");
                return 
1;
            }
            else
            {
                
printf("Failed to connect to MySQL, retrying...");
            }
            else
            {
            
printf("The server has successfully connected to MySQL!");
            
mysql_log(SQLDebug);
            break;
           }
           } 
error 029: invalid expression, assumed zero

When the 2nd "else" starts.
Reply


Messages In This Thread
unknow mysql_ping - by Face9000 - 06.06.2015, 21:04
Re: unknow mysql_ping - by Konstantinos - 06.06.2015, 21:41
Re: unknow mysql_ping - by Face9000 - 06.06.2015, 21:58
Re: unknow mysql_ping - by Face9000 - 06.06.2015, 22:03
Re: unknow mysql_ping - by Vince - 06.06.2015, 22:18

Forum Jump:


Users browsing this thread: 1 Guest(s)