MYSQL is not Loading/Saving.
#3

From your link, i added
Код:
if (g_SQL == MYSQL_INVALID_HANDLE || mysql_errno(g_SQL) != 0)
	{
		print("MySQL connection failed. Server is shutting down.");
		SendRconCommand("exit"); // close the server if there is no connection
		return 1;
	}
	print("MySQL connection is successful.");
under OnFilterScriptInit(). it showed that MySQL Connection has failed. can you tell me why can it happen?

i created Database in wampserver using PhpMyAdmin. i used same Pass, Username, DB name and localhost but still why cant it connect?
Reply


Messages In This Thread
MYSQL is not Loading/Saving. - by GeorgeMcReary - 14.03.2017, 10:28
Re: MYSQL is not Loading/Saving. - by Cypress - 14.03.2017, 11:11
Re: MYSQL is not Loading/Saving. - by GeorgeMcReary - 14.03.2017, 11:29
Re: MYSQL is not Loading/Saving. - by Cypress - 14.03.2017, 12:34
Re: MYSQL is not Loading/Saving. - by venomlivno8 - 14.03.2017, 12:35
Re: MYSQL is not Loading/Saving. - by GeorgeMcReary - 14.03.2017, 13:29
Re: MYSQL is not Loading/Saving. - by ManIsHere - 14.03.2017, 16:34
Re: MYSQL is not Loading/Saving. - by GeorgeMcReary - 15.03.2017, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)