MySQL help
#2

PHP код:
//#define LOCAL_HOST
#define SERVER_HOST

#if defined SERVER_HOST
/* Mysql Entities */
#define MYSQL_HOST    ""
#define MYSQL_USER    ""
#define MYSQL_PASS     ""
#define MYSQL_DB    ""
/* Mysql Entities */
#else
/* Local Host */
#define MYSQL_HOST    ""
#define MYSQL_USER    ""
#define MYSQL_PASS     ""
#define MYSQL_DB    ""
/* Local Host */
#endif


public OnGameModeInit()
{

    
#if defined SERVER_HOST
    
g_SQL mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_PASSMYSQL_DB);
    
#else
     
g_SQL mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_PASSMYSQL_DB);
     
#endif

and check wiki for more information about MySQL
Reply


Messages In This Thread
MySQL help - by CaptainBoi - 13.06.2018, 13:15
Re: MySQL help - by Slawi - 13.06.2018, 13:50
Re: MySQL help - by CaptainBoi - 13.06.2018, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)