10.03.2012, 19:08
When i launch my server i get warning in mysql log:
I download new samp server. Then i download this mysql plugin:
Then i open lvdm gm and:
I add this at the top of my gm.
Under OnGameModeInit
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.
Код:
Failed to connect. Can't connect to MySQL server on 'localhost' (10061)
Код:
libmysql.dll into my server directory
Код:
a_mysql.inc into my pawno/include
Код:
mysql.dll into my plugins folder
Код:
#define MySQL_HOST "localhost" #define MySQL_USER "root" #define MySQL_DATA "database" #define MySQL_PASS ""
Under OnGameModeInit
Код:
mysql_connect(MySQL_HOST,MySQL_USER,MySQL_DATA,MySQL_PASS);
I think i bad run that services, then i go to localhost/phpmyadmin
but all works fine.