14.02.2011, 13:18
(
Последний раз редактировалось jaguarxxd; 14.02.2011 в 15:50.
Причина: Grammar
)
How to run mysql server on host? Tutorial would be great. Thanks.
// Your MySQL DB shit
#define SQL_HOST "localhost" // Default is using WAMP
#define SQL_USER "root" //leave
#define SQL_PASS "CHANGE"
#define SQL_DB "CHANGE" // Important to change this! its ur DATABASE NAME!
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1,"|")