Advertisement
Guest User

Untitled

a guest
Apr 26th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. [22:00:57] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [22:00:57] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [22:00:57] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [22:00:57] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [22:00:57] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [22:00:57] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [22:00:57] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [22:00:57] [DEBUG] mysql_errno - connection: 1
  9. [22:00:57] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [22:00:57] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  11. [22:00:57] [DEBUG] CMySQLConnection::Connect - connection was successful
  12. [22:00:57] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  13. [22:00:57] [DEBUG] CMySQLConnection::Connect - connection was successful
  14. [22:00:57] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  15. [22:00:57] [DEBUG] CMySQLConnection::Connect - connection was successful
  16. [22:00:57] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  17. [22:01:15] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  18. [22:01:15] [DEBUG] CMySQLHandle::Create - creating new connection..
  19. [22:01:15] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  20. [22:01:15] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  21. [22:01:15] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  22. [22:01:15] [DEBUG] CMySQLConnection::Connect - connection was successful
  23. [22:01:15] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  24. [22:01:15] [DEBUG] mysql_errno - connection: 1
  25. [22:01:15] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  26. [22:01:15] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  27. [22:01:15] [DEBUG] CMySQLConnection::Connect - connection was successful
  28. [22:01:15] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  29. [22:01:15] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  30. [22:01:15] [DEBUG] CMySQLConnection::Connect - connection was successful
  31. [22:01:15] [DEBUG] CMySQLConnection::Connect - connection was successful
  32. [22:01:15] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  33. [22:01:15] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  34. [22:01:40] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  35. [22:01:40] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  36. [22:01:40] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  37. [22:01:40] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 1.213 milliseconds
  38. [22:01:40] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  39. [22:01:40] [DEBUG] Calling callback "OnAccountCheck"..
  40. [22:01:40] [DEBUG] cache_get_data - connection: 1
  41. [22:01:40] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  42. [22:03:31] [DEBUG] mysql_format - connection: 1, len: 512, format: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`, `PosZ`, `PosA`) VALUES ('%e', '%e', '%e', 0, 0, 0, %f, %f, %f,..."
  43. [22:03:31] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  44. [22:03:31] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  45. [22:03:31] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  46. [22:03:31] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  47. [22:07:05] [DEBUG] mysql_format - connection: 1, len: 500, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  48. [22:07:05] [ERROR] mysql_format - no value for specifier "%d" available
  49. [22:07:05] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 1,`Rank` = 7, `Leader` = 1 `Job`", callback: "(null)", format: "(null)"
  50. [22:07:05] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  51. [22:07:05] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`Job` = 0, `Skin` = 718506, `Money` = 1151214883, `PosX` = -1599.851, `PosY` = 1' at line 1
  52. [22:07:05] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement