11.08.2012, 01:44
So i have to add like this in the script?
OR
?
pawn Код:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "DB_NAME"// You'll have to change this to the name of the database created in phpMyAdmin
pawn Код:
#define MySQL_HOST "localhost"
#define MySQL_USER "root"
#define MySQL_PASS ""
#define MySQL_DB "DB_NAME"// You'll have to change this to the name of the database created in phpMyAdmin

