MySQL
#2

Search for mysql_connect in your Gamemode pwn file, enter your details in that.
Rather define your details beforehand as following

pawn Код:
#define MYSQL_HOST "put your host ip here"
#define MYSQL_USER "put your username to the database here"
#define MYSQL_PASS " put your password to the database here"
#define MYSQL_DB "put the database you want things to save to here"
Then just replace the details in mysql_connect with the defines.
Reply


Messages In This Thread
MySQL - by SPA - 31.03.2014, 17:56
Re: MySQL - by iBeast - 31.03.2014, 18:27

Forum Jump:


Users browsing this thread: 2 Guest(s)