Problem connection mysql r41-3
#1

Hello guys, i have a problem. This problem is connection to localhost.
I have 1 warning(in warning log(mysql)) and 4 errors(in errors log(mysql))
Warning:
Code:
[17:31:15] [plugins/mysql] mysql_connect: no password specified (D:\GM\gamemodes\GM.pwn:23970 -> D:\pawno S\pawno\include\afk.inc:73 -> D:\pawno S\pawno\include\YSI\y_hooks/impl.inc:483)
I don't have a password, because i use it localhost.
And errors:
Code:
[17:31:15] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[17:31:15] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[17:31:15] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
[17:31:15] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #2013 'Lost connection to MySQL server at 'reading authorization packet', system error: 10060'
I updated the plugins and logs to R41-3
Connection code
Code:
handle = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DB);

Details for mysql_host, etc:

#if defined Server1
	#define MYSQL_HOST 		""
	#define MYSQL_USER 		""
	#define MYSQL_PASS 		""
	#define MYSQL_DB		""
#endif
#if defined Server2
	#define MYSQL_HOST 		"localhost"
	#define MYSQL_USER 		"root"
	#define MYSQL_PASS 		""
	#define MYSQL_DB		"testx"
#endif
Reply


Messages In This Thread
Problem connection mysql r41-3 - by skuller12 - 21.07.2017, 14:47
Re: Problem connection mysql r41-3 - by skuller12 - 21.07.2017, 18:19
Re: Problem connection mysql r41-3 - by skuller12 - 22.07.2017, 06:44
Re: Problem connection mysql r41-3 - by skuller12 - 23.07.2017, 05:22
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 06:42
Re: Problem connection mysql r41-3 - by AjaxM - 24.07.2017, 07:19
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 08:44
Re: Problem connection mysql r41-3 - by Xeon™ - 24.07.2017, 09:06
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 09:18
Re: Problem connection mysql r41-3 - by Xeon™ - 24.07.2017, 09:25
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 09:26
Re: Problem connection mysql r41-3 - by Xeon™ - 24.07.2017, 09:30
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 09:32
Re: Problem connection mysql r41-3 - by Xeon™ - 24.07.2017, 09:38
Re: Problem connection mysql r41-3 - by skuller12 - 24.07.2017, 09:39
Re: Problem connection mysql r41-3 - by Xeon™ - 24.07.2017, 09:41

Forum Jump:


Users browsing this thread: 3 Guest(s)