06.10.2015, 19:11
(
Последний раз редактировалось Jose_grana; 06.10.2015 в 20:14.
)
ї This ?
EDIT:
mysql.log
Код:
#define MYSQL_HOST "IP" #define MYSQL_USER "User" #define MYSQL_PASSWORD "PassDB" #define MYSQL_DATABASE "DB"
mysql.log
Код:
[22:12:41] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "db_trebol2015", password: "****", port: 3306, autoreconnect: true [22:12:41] [DEBUG] CMySQLHandle::Create - creating new connection.. [22:12:41] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called [22:12:41] [DEBUG] CMySQLHandle::Create - connection created with ID = 1 [22:12:41] [DEBUG] CMySQLConnection::Connect - connection was successful [22:12:41] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled [22:12:41] [DEBUG] CMySQLConnection::Connect - connection was successful [22:12:41] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled [22:12:41] [DEBUG] mysql_errno - connection: 1 [22:12:41] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `posicionlenador`", callback: "CargarPosicionLenador2", format: "i" [22:12:41] [DEBUG] CMySQLQuery::CMySQLQuery() - constructor called [22:12:41] [DEBUG] mysql_tquery - scheduling query "SELECT * FROM `posicionlenador`".. [22:12:41] [DEBUG] CMySQLQuery::Execute[CargarPosicionLenador2(i)] - starting query execution [22:12:41] [DEBUG] CMySQLQuery::Execute[CargarPosicionLenador2(i)] - query was successful [22:12:42] [DEBUG] CMySQLResult::CMySQLResult() - constructor called [22:12:42] [DEBUG] CMySQLQuery::Execute[CargarPosicionLenador2(i)] - data being passed to ProcessCallbacks() [22:12:43] [DEBUG] Calling callback "CargarPosicionLenador2".. [22:12:43] [DEBUG] cache_get_data - connection: 1 [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "PosicionX", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "PosicionY", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "PosicionZ", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "Mundo", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "Interior", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "Angulo", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] cache_get_field_content - row: 0, field_name: "Pickup", connection: 1, max_len: 32 [22:12:43] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [22:12:43] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called [22:12:43] [DEBUG] CMySQLQuery::~CMySQLQuery() - deconstructor called