[HELP]MySQL errors When Compiling
#6

From MySQL.inc
line 36
PHP код:
enum E_LOGLEVEL
{
    
LOG_NONE 0,
    
LOG_ERROR 1,
    
LOG_WARNING 2,
    
LOG_DEBUG 4,
    
    
LOG_ALL LOG_ERROR LOG_WARNING LOG_DEBUG
}; 
The LOG_ALL = LOG_ERROR | LOG_WARNING | LOG_DEBUG is on 36.
and the }; is on 37
line 75:
PHP код:
#define mysql_reload(%0)                             mysql_tquery(%0,"FLUSH PRIVILEGES") 
line 111:
PHP код:
native mysql_connect(const host[], const user[], const database[], const password[], port 3306bool:autoreconnect truepool_size 2); 
Reply


Messages In This Thread
[HELP]MySQL errors When Compiling - by LazyB0y - 17.03.2015, 19:01
Re: [HELP]MySQL errors When Compiling - by Misiur - 17.03.2015, 19:55
Re: [HELP]MySQL errors When Compiling - by LazyB0y - 17.03.2015, 19:59
Re: [HELP]MySQL errors When Compiling - by Misiur - 17.03.2015, 21:46
Re: [HELP]MySQL errors When Compiling - by LazyB0y - 18.03.2015, 07:56
Re: [HELP]MySQL errors When Compiling - by LazyB0y - 18.03.2015, 10:49
Re: [HELP]MySQL errors When Compiling - by iSkyline - 18.03.2015, 12:24
Re: [HELP]MySQL errors When Compiling - by LazyB0y - 18.03.2015, 12:31
AW: Re: [HELP]MySQL errors When Compiling - by Kaliber - 18.03.2015, 12:36
Re: [HELP]MySQL errors When Compiling - by LazyB0y - 18.03.2015, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)