16.12.2012, 09:42
When testing on wamp server your db details should look like this. (if you haven't edited anything like passwords)
pawn Code:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "dbname"