07.12.2014, 05:58
pawn Код:
#define MYSQL_HOST "127.0.0.1" //change from localhost, to 127.0.0.1
#define MYSQL_USER "[HIDDEN]" //Are you able to login with this username in phpmyadmin?
#define MYSQL_PASS "[HIDDEN]" //Are you able to login with this password in phpmyadmin?
#define MYSQL_DB "vbullitien" //is this the correct table name?
pawn Код:
myvariable = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS);

