mysql error.
#1

When i launch my server i get warning in mysql log:

Код:
Failed to connect. Can't connect to MySQL server on 'localhost' (10061)
I download new samp server. Then i download this mysql plugin:

Код:
libmysql.dll into my server directory
Код:
a_mysql.inc into my pawno/include
Код:
mysql.dll into my plugins folder
Then i open lvdm gm and:

Код:
#define MySQL_HOST "localhost"
#define MySQL_USER "root"
#define MySQL_DATA "database"
#define MySQL_PASS ""
I add this at the top of my gm.

Under OnGameModeInit

Код:
mysql_connect(MySQL_HOST,MySQL_USER,MySQL_DATA,MySQL_PASS);
I use Xampp control to run mysql,apache services. I run them,but still my server don't run every time... that stupid warning.

I think i bad run that services, then i go to localhost/phpmyadmin

but all works fine.
Reply


Messages In This Thread
mysql error. - by budelis - 10.03.2012, 19:08
Re: mysql error. - by Shabi RoxX - 10.03.2012, 19:13
Re: mysql error. - by budelis - 10.03.2012, 19:17
Re: mysql error. - by Shabi RoxX - 10.03.2012, 19:23
Re: mysql error. - by budelis - 10.03.2012, 21:16
Re: mysql error. - by eesh - 11.03.2012, 04:05
Re: mysql error. - by Tanush123 - 11.03.2012, 04:37
Re: mysql error. - by budelis - 11.03.2012, 07:48
Re: mysql error. - by budelis - 11.03.2012, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)