09.01.2014, 17:46
Hello i got a problem with my mysql server.
Everyting is ok but here is an error:
This is my pawno config
Everyting is ok but here is an error:
Код:
[19:57:02] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'DBUSER'@'localhost' (using password: YES) [19:57:02] [DEBUG] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - error will be triggered in OnQueryError [19:57:02] [DEBUG] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - data being passed to ProcessCallbacks() [19:57:02] [DEBUG] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - starting query execution [19:57:02] [ERROR] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - (error #2006) MySQL server has gone away [19:57:02] [WARNING] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - lost connection, reconnecting.. [19:57:02] [DEBUG] CMySQLConnection::Disconnect - connection was closed [19:57:02] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'DBUSER'@'localhost' (using password: YES) [19:57:02] [DEBUG] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - error will be triggered in OnQueryError [19:57:02] [DEBUG] CMySQLQuery::Execute[FJ37DH3JG_MYSQL_INTERNAL(d)] - data being passed to ProcessCallbacks() [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called [19:57:02] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called
Код:
/* Connection to the MYSQL Database */ #define MYSQL_HOST "localhost:8080" #define MYSQL_USER "ravens" #define MYSQL_PASS "12345" #define MYSQL_DB "ravens"