HELP! Cannot Creating Table MYSQL
#7

Quote:
Originally Posted by GTLS
Посмотреть сообщение
As you can see in your logs, MYSQL connection is not successful. Show me your SQL defines and mysql_connect line.
I put this code after the mysql code above
Код:
//=============================//
new MySQLOpt: option_id = mysql_init_options();
mysql_set_option(option_id, AUTO_RECONNECT, true);
g_SQL = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE, option_id);
if (g_SQL == MYSQL_INVALID_HANDLE || mysql_errno(g_SQL) != 0)
{
	print("MySQL connection failed. Server is shutting down.");
	print("[House System] Can't connect to MySQL.");
	print("  [Business System] Can't connect to MySQL. (Error #%d)");
	SendRconCommand("exit");
	return 1;
}
print("MySQL connection is successful.");
print("[HOUSE]MySQL connection is successful.");
print("[BUSINESS]MySQL connection is successful.");
print("\nThis Roleplay Gamemode is made by");
print("====MaulaSufa====");
print("Welcome to MSRP");
print("\n");
Reply


Messages In This Thread
HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 29.05.2018, 18:48
Re: HELP! Cannot Creating Table MYSQL - by AmigaBlizzard - 29.05.2018, 20:38
Re: HELP! Cannot Creating Table MYSQL - by GTLS - 30.05.2018, 06:19
Re: HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 30.05.2018, 13:11
Re: HELP! Cannot Creating Table MYSQL - by GTLS - 30.05.2018, 13:12
Re: HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 30.05.2018, 13:15
Re: HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 30.05.2018, 13:17
Re: HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 30.05.2018, 13:20
Re: HELP! Cannot Creating Table MYSQL - by AlfaSufaIndo - 30.05.2018, 13:30
Re: HELP! Cannot Creating Table MYSQL - by GTLS - 30.05.2018, 13:55

Forum Jump:


Users browsing this thread: 2 Guest(s)