MySQL connection issue
#3

I edited that! Still its not connecting to the database!
Код:
[11:12:37] Connection to MySQL failed.
[11:12:37] Number of vehicle models: 0
[11:12:37] --- Server Shutting Down.
Here's what I did
Код:
    if(!mysql_ping())
	{
		printf("================ [ERROR] ================");
		printf("Connection to MySQL failed.");
		SendRconCommand("exit");
		return 1;
	}
Reply


Messages In This Thread
MySQL connection issue - by SsHady - 07.03.2016, 04:42
Re: MySQL connection issue - by SickAttack - 07.03.2016, 05:08
Re: MySQL connection issue - by SsHady - 07.03.2016, 05:13
Re: MySQL connection issue - by SickAttack - 07.03.2016, 05:16
Re: MySQL connection issue - by SsHady - 07.03.2016, 05:19
Re: MySQL connection issue - by SsHady - 07.03.2016, 11:03
Re: MySQL connection issue - by Vince - 07.03.2016, 11:45
Re: MySQL connection issue - by SsHady - 07.03.2016, 11:51
Re: MySQL connection issue - by ctopha - 07.03.2016, 12:02
Re: MySQL connection issue - by Vince - 07.03.2016, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)