01.05.2012, 03:03
(
Последний раз редактировалось AdamCooper; 01.05.2012 в 14:23.
)
IP of the server or my computers? If it's the computers localhost should work?
Edit :
I've changed to the computer IP and it still didnt work .
Token from server logs :
00:23:32] Filterscripts
[00:23:32] ---------------
[00:23:32] Loading filterscript 'gate.amx'...
[00:23:32] Unable to load filterscript 'gate.amx'.
[00:23:32] Loaded 0 filterscripts.
[00:23:32] MYSQL: Attempting to connect to server...
[00:23:32]
Connection to MySQL database: Failed !
[00:23:32] Access denied for user 'root'@'localhost' (using password: YES)
[00:23:32] Error in mysql_select_db: MySQL server has gone away
[00:23:32] MYSQL: Connection error, retrying...
[00:23:32]
Connection to MySQL database: Failed !
[00:23:32] Access denied for user 'root'@'localhost' (using password: YES)
[00:23:32] Error in mysql_select_db: MySQL server has gone away
[00:23:32] MYSQL: Could not reconnect to server, terminating server...
[00:23:32] Error in mysql_query: MySQL server has gone away
[00:23:32] Error in mysql_store_result: MySQL server has gone away
Here are the script lines :
#define MYSQL_HOST "79.183.30.69"
#define MYSQL_USER "root"
#define MYSQL_PASS ""
#define MYSQL_DB "kokot"
Using XAMMP/PHPMYADMIN username called root and password same as above. database name also the same.
What could be the problem?
Edit :
I've changed to the computer IP and it still didnt work .
Token from server logs :
00:23:32] Filterscripts
[00:23:32] ---------------
[00:23:32] Loading filterscript 'gate.amx'...
[00:23:32] Unable to load filterscript 'gate.amx'.
[00:23:32] Loaded 0 filterscripts.
[00:23:32] MYSQL: Attempting to connect to server...
[00:23:32]
Connection to MySQL database: Failed !
[00:23:32] Access denied for user 'root'@'localhost' (using password: YES)
[00:23:32] Error in mysql_select_db: MySQL server has gone away
[00:23:32] MYSQL: Connection error, retrying...
[00:23:32]
Connection to MySQL database: Failed !
[00:23:32] Access denied for user 'root'@'localhost' (using password: YES)
[00:23:32] Error in mysql_select_db: MySQL server has gone away
[00:23:32] MYSQL: Could not reconnect to server, terminating server...
[00:23:32] Error in mysql_query: MySQL server has gone away
[00:23:32] Error in mysql_store_result: MySQL server has gone away
Here are the script lines :
#define MYSQL_HOST "79.183.30.69"
#define MYSQL_USER "root"
#define MYSQL_PASS ""
#define MYSQL_DB "kokot"
Using XAMMP/PHPMYADMIN username called root and password same as above. database name also the same.
What could be the problem?