11.12.2011, 18:17
(
Последний раз редактировалось GeorgeBrown; 11.12.2011 в 19:01.
)
MySQL cannot connect to the server. I use MySQL R6 Plugin. Gamemode loads, but there is not loaded any data.
I use port 2693 for mysql instead of default port.
is this configuration valid, or port can cause this problem?
I use port 2693 for mysql instead of default port.
Quote:
#define MYSQL_HOST "localhost:2693" #define MYSQL_USER "user" #define MYSQL_PASS "password" #define MYSQL_DB "dbname" |