Advertisement
Guest User

mysql_log.txt

a guest
Apr 26th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.71 KB | None | 0 0
  1. [20:17:13] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [20:17:13] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [20:17:13] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [20:17:13] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [20:17:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [20:17:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [20:17:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [20:17:13] [DEBUG] mysql_errno - connection: 1
  9. [20:17:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [20:17:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  11. [20:17:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  12. [20:17:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  13. [20:17:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  14. [20:17:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  15. [20:17:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  16. [20:17:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  17. [20:17:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  18. [20:17:39] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  19. [20:17:39] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  20. [20:17:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  21. [20:17:39] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 28.611 milliseconds
  22. [20:17:39] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  23. [20:17:39] [DEBUG] Calling callback "OnAccountCheck"..
  24. [20:17:39] [DEBUG] cache_get_data - connection: 1
  25. [20:17:39] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  26. [20:17:51] [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,..."
  27. [20:17:51] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  28. [20:17:51] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  29. [20:17:51] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  30. [20:17:51] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  31. [20:20:23] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  32. [20:20:23] [ERROR] mysql_format - destination size is too small
  33. [20:20:23] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 1,`Rank` = 0, `Leader` = 1 `Job`", callback: "(null)", format: "(null)"
  34. [20:20:23] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  35. [20:20:23] [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` = 0, `Money` = 1153502529, `PosX` = -1673.65, `Pos' at line 1
  36. [20:20:23] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
  37. [20:24:47] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  38. [20:24:47] [DEBUG] CMySQLHandle::Create - creating new connection..
  39. [20:24:47] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  40. [20:24:47] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  41. [20:24:47] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  42. [20:24:47] [DEBUG] CMySQLConnection::Connect - connection was successful
  43. [20:24:47] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  44. [20:24:47] [DEBUG] mysql_errno - connection: 1
  45. [20:24:47] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  46. [20:24:47] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  47. [20:24:47] [DEBUG] CMySQLConnection::Connect - connection was successful
  48. [20:24:47] [DEBUG] CMySQLConnection::Connect - connection was successful
  49. [20:24:47] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  50. [20:24:47] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  51. [20:24:47] [DEBUG] CMySQLConnection::Connect - connection was successful
  52. [20:24:47] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  53. [20:25:12] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  54. [20:25:12] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  55. [20:25:12] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  56. [20:25:12] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 1.14 milliseconds
  57. [20:25:12] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  58. [20:25:12] [DEBUG] Calling callback "OnAccountCheck"..
  59. [20:25:12] [DEBUG] cache_get_data - connection: 1
  60. [20:25:12] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  61. [20:25:18] [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,..."
  62. [20:25:18] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  63. [20:25:18] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  64. [20:25:18] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  65. [20:25:18] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  66. [20:28:11] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  67. [20:28:11] [ERROR] mysql_format - destination size is too small
  68. [20:28:11] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 1,`Rank` = 0, `Leader` = 1 `Job`", callback: "(null)", format: "(null)"
  69. [20:28:11] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  70. [20:28:11] [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` = 0, `Money` = 1153477558, `PosX` = -1666.632, `Po' at line 1
  71. [20:28:11] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
  72. [21:07:48] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  73. [21:07:48] [DEBUG] CMySQLHandle::Create - creating new connection..
  74. [21:07:48] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  75. [21:07:48] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  76. [21:07:48] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  77. [21:07:48] [DEBUG] CMySQLConnection::Connect - connection was successful
  78. [21:07:48] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  79. [21:07:48] [DEBUG] mysql_errno - connection: 1
  80. [21:07:48] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  81. [21:07:48] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  82. [21:07:48] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  83. [21:07:48] [DEBUG] CMySQLConnection::Connect - connection was successful
  84. [21:07:48] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  85. [21:07:48] [DEBUG] CMySQLConnection::Connect - connection was successful
  86. [21:07:48] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  87. [21:07:48] [DEBUG] CMySQLConnection::Connect - connection was successful
  88. [21:07:48] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  89. [21:08:12] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  90. [21:08:12] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  91. [21:08:12] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  92. [21:08:12] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.986 milliseconds
  93. [21:08:12] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  94. [21:08:12] [DEBUG] Calling callback "OnAccountCheck"..
  95. [21:08:12] [DEBUG] cache_get_data - connection: 1
  96. [21:08:12] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  97. [21:08:14] [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,..."
  98. [21:08:14] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  99. [21:08:14] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  100. [21:08:14] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  101. [21:08:14] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  102. [21:10:59] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  103. [21:10:59] [ERROR] mysql_format - destination size is too small
  104. [21:10:59] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 0,`Rank` = 0, `Leader` = 0 `Job`", callback: "(null)", format: "(null)"
  105. [21:10:59] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  106. [21:10:59] [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` = 1234031, `Money` = -993748799, `PosX` = -32.603,' at line 1
  107. [21:10:59] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
  108. [21:13:21] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  109. [21:13:21] [DEBUG] CMySQLHandle::Create - creating new connection..
  110. [21:13:21] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  111. [21:13:21] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  112. [21:13:21] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  113. [21:13:21] [DEBUG] CMySQLConnection::Connect - connection was successful
  114. [21:13:21] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  115. [21:13:21] [DEBUG] mysql_errno - connection: 1
  116. [21:13:21] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  117. [21:13:21] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  118. [21:13:21] [DEBUG] CMySQLConnection::Connect - connection was successful
  119. [21:13:21] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  120. [21:13:21] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  121. [21:13:21] [DEBUG] CMySQLConnection::Connect - connection was successful
  122. [21:13:21] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  123. [21:13:48] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  124. [21:13:48] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  125. [21:13:48] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  126. [21:13:48] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.699 milliseconds
  127. [21:13:48] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  128. [21:13:48] [DEBUG] Calling callback "OnAccountCheck"..
  129. [21:13:48] [DEBUG] cache_get_data - connection: 1
  130. [21:13:48] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  131. [21:14:21] [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,..."
  132. [21:14:21] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  133. [21:14:21] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  134. [21:14:21] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  135. [21:14:21] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  136. [21:15:39] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  137. [21:15:39] [ERROR] mysql_format - destination size is too small
  138. [21:15:39] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 0,`Rank` = 0, `Leader` = 0 `Job`", callback: "(null)", format: "(null)"
  139. [21:15:39] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  140. [21:15:39] [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` = 0, `Money` = 1149598717, `PosX` = 21.367, `PosY`' at line 1
  141. [21:15:39] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
  142. [21:19:13] [DEBUG] mysql_connect - host: "localhost", user: "FlorinSilea", database: "S-Gaming", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  143. [21:19:13] [DEBUG] CMySQLHandle::Create - creating new connection..
  144. [21:19:13] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  145. [21:19:13] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  146. [21:19:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  147. [21:19:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  148. [21:19:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  149. [21:19:13] [DEBUG] mysql_errno - connection: 1
  150. [21:19:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  151. [21:19:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  152. [21:19:13] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  153. [21:19:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  154. [21:19:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  155. [21:19:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  156. [21:19:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  157. [21:19:13] [DEBUG] CMySQLConnection::Connect - connection was successful
  158. [21:19:13] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  159. [21:19:41] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1"
  160. [21:19:41] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = 'BRAGA' L", callback: "OnAccountCheck", format: "i"
  161. [21:19:41] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  162. [21:19:41] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.704 milliseconds
  163. [21:19:41] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  164. [21:19:41] [DEBUG] Calling callback "OnAccountCheck"..
  165. [21:19:41] [DEBUG] cache_get_data - connection: 1
  166. [21:19:41] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  167. [21:19:44] [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,..."
  168. [21:19:44] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `PosX`, `PosY`", callback: "OnAccountRegister", format: "i"
  169. [21:19:44] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  170. [21:19:44] [ERROR] CMySQLQuery::Execute[OnAccountRegister] - (error #1136) Column count doesn't match value count at row 1
  171. [21:19:44] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - error will be triggered in OnQueryError
  172. [21:20:44] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `accounts` SET `Group` = %d,`Rank` = %d, `Leader` = %d `Job` = %d, `Skin` = %d, `Money` = %d, `PosX` = %f, `PosY` = %f, `..."
  173. [21:20:44] [ERROR] mysql_format - destination size is too small
  174. [21:20:44] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `accounts` SET `Group` = 0,`Rank` = 0, `Leader` = 0 `Job`", callback: "(null)", format: "(null)"
  175. [21:20:44] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  176. [21:20:44] [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` = 0, `Money` = -999299472, `PosX` = 1851.933, `Pos' at line 1
  177. [21:20:44] [DEBUG] CMySQLQuery::Execute[] - error will be triggered in OnQueryError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement