mysql errors
#5

PHP код:
#define MAP_NAME    "Los Santos"
#define PASSWORD    "gangster"
#define SQL_HOST   "localhost"
#define SQL_USER   "root"
#define SQL_DB   "fc-rp"
#define SQL_PASS   " " 
My OnGameModeInit has

PHP код:
public OnGameModeInit()
{
    
mysql_init();
    
mysql_connect(SQL_HOSTSQL_USERSQL_DBSQL_PASS);
    if(
mysql_ping() == -1) print("ERROR: Failed to connect database!");
    return 
1;

Reply


Messages In This Thread
mysql errors - by MaxPierce - 09.09.2013, 23:50
Re: mysql errors - by Eyce - 09.09.2013, 23:53
Re: mysql errors - by MaxPierce - 10.09.2013, 00:27
Re: mysql errors - by Eyce - 10.09.2013, 00:37
Re: mysql errors - by MaxPierce - 10.09.2013, 00:38
Re: mysql errors - by MaxPierce - 10.09.2013, 23:42
Re: mysql errors - by Eyce - 11.09.2013, 04:20

Forum Jump:


Users browsing this thread: 1 Guest(s)