Guest User

Untitled

a guest
Oct 22nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. [22:59:41]
  2.  
  3. [22:59:41] ---------------------------
  4.  
  5. [22:59:41] MySQL Debugging activated (09/08/12)
  6.  
  7. [22:59:41] ---------------------------
  8.  
  9. [22:59:41]
  10.  
  11. [22:59:41] >> mysql_connect( )
  12.  
  13. [22:59:41] CMySQLHandler::CMySQLHandler() - constructor called.
  14.  
  15. [22:59:41] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "webauth" | Username: "root" ...
  16.  
  17. [22:59:41] CMySQLHandler::Connect() - Connection was successful.
  18.  
  19. [22:59:41] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
  20.  
  21. [22:59:41] >> mysql_ping( Connection handle: 1 )
  22.  
  23. [22:59:41] CMySQLHandler::Ping() - Connection is still alive.
  24.  
  25. [22:59:41] >> mysql_query( Connection handle: 1 )
  26.  
  27. [22:59:41] CMySQLHandler::Query(SELECT * FROM `1grupy`) - Successfully executed.
  28.  
  29. [22:59:41] >> mysql_store_result( Connection handle: 1 )
  30.  
  31. [22:59:41] CMySQLHandler::StoreResult() - Result was stored.
  32.  
  33. [22:59:41] >> mysql_fetch_row_format( Connection handle: 1 )
  34.  
  35. [22:59:41] CMySQLHandler::FetchRow() - Return: 1|1|San Andreas Police D|SAPD|1|0|0|0|0|-1|1
  36.  
  37. [22:59:41] >> mysql_insert_id( Connection handle: 1 )
  38.  
  39. [22:59:41] >> mysql_fetch_row_format( Connection handle: 1 )
  40.  
  41. [22:59:41] CMySQLHandler::FetchRow() - Return: 2|1|San Andreas Medical |SAMC|0|0|0|0|1|-1|0
  42.  
  43. [22:59:41] >> mysql_insert_id( Connection handle: 1 )
  44.  
  45. [22:59:41] >> mysql_fetch_row_format( Connection handle: 1 )
  46.  
  47. [22:59:41] CMySQLHandler::FetchRow() - Return: 3|1| Los Santos Governme|LSG|0|0|0|0|2|-1|0
  48.  
  49. [22:59:41] >> mysql_insert_id( Connection handle: 1 )
  50.  
  51. [22:59:41] >> mysql_fetch_row_format( Connection handle: 1 )
  52.  
  53. [22:59:41] >> mysql_free_result( Connection handle: 1 )
  54.  
  55. [22:59:41] CMySQLHandler::FreeResult() - Result was successfully free'd.
  56.  
  57. [23:00:18] >> mysql_query( Connection handle: 1 )
  58.  
  59. [23:00:19] CMySQLHandler::Query(SELECT `nick` FROM `1postacie` WHERE `nick` = 'KaLu') - Successfully executed.
  60.  
  61. [23:00:19] >> mysql_store_result( Connection handle: 1 )
  62.  
  63. [23:00:19] CMySQLHandler::StoreResult() - Result was stored.
  64.  
  65. [23:00:23] >> mysql_query( Connection handle: 1 )
  66.  
  67. [23:00:23] CMySQLHandler::Query(SELECT mybb_users.username, mybb_users.salt, 1players.owneruid FROM 1players JOIN mybb_users ON mybb_users.uid = 1players.owneruid WHERE 1players.nick = 'KaLu') - An error has occured. (Error ID: 1146, Table 'webauth.1players' doesn't exist)
  68.  
  69. [23:00:23] >> mysql_store_result( Connection handle: 1 )
  70.  
  71. [23:00:23] CMySQLHandler::StoreResult() - No data to store.
  72.  
  73. [23:00:23] >> mysql_num_rows( Connection handle: 1 )
  74.  
  75. [23:00:23] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  76.  
  77. [23:00:23] >> mysql_fetch_row_format( Connection handle: 1 )
  78.  
  79. [23:00:23] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Empty Result)
  80.  
  81. [23:00:23] >> mysql_free_result( Connection handle: 1 )
  82.  
  83. [23:00:23] CMySQLHandler::FreeResult() - The result is already empty.
  84.  
  85. [23:00:23] >> mysql_query( Connection handle: 1 )
  86.  
  87. [23:00:23] CMySQLHandler::Query(SELECT 1players.* FROM 1players JOIN mybb_users ON mybb_users.password = md5('D41D8CD98F00B204E9800998ECF8427E70EFDF2EC9B086079795C442636B55FB') WHERE 1players.owneruid = 0) - An error has occured. (Error ID: 1146, Table 'webauth.1players' doesn't exist)
  88.  
  89. [23:00:23] >> mysql_store_result( Connection handle: 1 )
  90.  
  91. [23:00:23] CMySQLHandler::StoreResult() - No data to store.
  92.  
  93. [23:00:23] >> mysql_num_rows( Connection handle: 1 )
  94.  
  95. [23:00:23] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  96.  
  97. [23:00:23] >> mysql_free_result( Connection handle: 1 )
  98.  
  99. [23:00:23] CMySQLHandler::FreeResult() - The result is already empty.
  100.  
  101. [23:00:23] OnQueryError() - Called.
  102.  
  103. [23:00:23] OnQueryError() - Called.
Add Comment
Please, Sign In to add comment