Guest User

Untitled

a guest
Jan 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [03:21:10] ---------------------------
  2.  
  3. [03:21:10] MySQL Debugging activated (10/16/11)
  4.  
  5. [03:21:10] ---------------------------
  6.  
  7. [03:21:10]
  8.  
  9. [03:21:10] >> mysql_connect( )
  10.  
  11. [03:21:10] CMySQLHandler::CMySQLHandler() - constructor called.
  12.  
  13. [03:21:10] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "db1522107-main" | Username: "user1522107" ...
  14.  
  15. [03:21:10] CMySQLHandler::Connect() - Access denied for user 'user1522107'@'localhost' (using password: YES) (Error ID: 1045)
  16.  
  17. [03:21:11] >> mysql_query( Connection handle: 1 )
  18.  
  19. [03:21:11] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  20.  
  21. [03:21:11] >> mysql_store_result( Connection handle: 1 )
  22.  
  23. [03:21:11] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  24.  
  25. [03:21:11] >> mysql_num_rows( Connection handle: 1 )
  26.  
  27. [03:21:11] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  28.  
  29. [03:21:11] >> mysql_free_result( Connection handle: 1 )
  30.  
  31. [03:21:11] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  32.  
  33. [03:21:11] >> mysql_query( Connection handle: 1 )
  34.  
  35. [03:21:11] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  36.  
  37. [03:21:11] >> mysql_store_result( Connection handle: 1 )
  38.  
  39. [03:21:11] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  40.  
  41. [03:21:11] >> mysql_num_rows( Connection handle: 1 )
  42.  
  43. [03:21:11] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  44.  
  45. [03:21:11] >> mysql_free_result( Connection handle: 1 )
  46.  
  47. [03:21:11] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  48.  
  49. [03:21:11] >> mysql_query( Connection handle: 1 )
  50.  
  51. [03:21:11] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  52.  
  53. [03:21:11] >> mysql_store_result( Connection handle: 1 )
  54.  
  55. [03:21:11] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  56.  
  57. [03:21:11] >> mysql_fetch_row_format( Connection handle: 1 )
  58.  
  59. [03:21:11] CMySQLHandler::FetchRow() - You cannot call this function now. (Reason: Connection is dead)
  60.  
  61. [03:21:11] >> mysql_free_result( Connection handle: 1 )
  62.  
  63. [03:21:11] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  64.  
  65. [03:21:11] >> mysql_query( Connection handle: 1 )
  66.  
  67. [03:21:11] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  68.  
  69. [03:21:11] >> mysql_store_result( Connection handle: 1 )
  70.  
  71. [03:21:11] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  72.  
  73. [03:21:11] >> mysql_num_rows( Connection handle: 1 )
  74.  
  75. [03:21:11] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  76.  
  77. [03:21:11] >> mysql_free_result( Connection handle: 1 )
  78.  
  79. [03:21:11] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
Add Comment
Please, Sign In to add comment