Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. [20:34:26]
  2.  
  3. [20:34:26] ---------------------------
  4.  
  5. [20:34:26] MySQL Debugging activated (01/28/11)
  6.  
  7. [20:34:26] ---------------------------
  8.  
  9. [20:34:26]
  10.  
  11. [20:34:26] >> mysql_connect( )
  12.  
  13. [20:34:26] CMySQLHandler::CMySQLHandler() - constructor called.
  14.  
  15. [20:34:26] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "za2" | Username: "root" ...
  16.  
  17. [20:34:26] CMySQLHandler::Connect() - Connection was successful.
  18.  
  19. [20:34:26] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
  20.  
  21. [20:34:26] >> mysql_query( Connection handle: 1 )
  22.  
  23. [20:34:26] CMySQLHandler::Query(SELECT * FROM Settings) - Successfully executed.
  24.  
  25. [20:34:26] >> mysql_store_result( Connection handle: 1 )
  26.  
  27. [20:34:26] CMySQLHandler::StoreResult() - Result was stored.
  28.  
  29. [20:34:26] >> mysql_fetch_row_format( Connection handle: 1 )
  30.  
  31. [20:34:26] CMySQLHandler::FetchRow() - Return: 150|30|3|10|0|0|0|0
  32.  
  33. [20:34:26] >> mysql_free_result( Connection handle: 1 )
  34.  
  35. [20:34:26] CMySQLHandler::FreeResult() - Result was successfully free'd.
  36.  
  37. [20:34:55] >> mysql_query( Connection handle: 1 )
  38.  
  39. [20:34:55] CMySQLHandler::Query(SELECT * FROM Users WHERE Name = 'Corne') - Successfully executed.
  40.  
  41. [20:34:55] >> mysql_store_result( Connection handle: 1 )
  42.  
  43. [20:34:55] CMySQLHandler::StoreResult() - Result was stored.
  44.  
  45. [20:34:55] >> mysql_num_rows( Connection handle: 1 )
  46.  
  47. [20:34:55] CMySQLHandler::NumRows() - Returned 0 row(s)
  48.  
  49. [20:34:55] >> mysql_free_result( Connection handle: 1 )
  50.  
  51. [20:34:55] CMySQLHandler::FreeResult() - Result was successfully free'd.
  52.  
  53. [20:35:00] >> mysql_query( Connection handle: 1 )
  54.  
  55. [20:35:00] CMySQLHandler::Query(INSERT INTO Users (Name,Password,Weaponpack,Score,Admin,Team,Vip,Barrels,Jump,Planebombs,Banned) VALUES ('Corne','corne5','0','0','0','0','0','0','0') - An error has occured. (Error ID: 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 '' at line 1)
  56.  
  57. [20:35:00] >> mysql_query( Connection handle: 1 )
  58.  
  59. [20:35:00] CMySQLHandler::Query(SELECT * FROM Users WHERE Name = 'Corne' AND Password = 'corne5') - Successfully executed.
  60.  
  61. [20:35:00] >> mysql_store_result( Connection handle: 1 )
  62.  
  63. [20:35:00] CMySQLHandler::StoreResult() - Result was stored.
  64.  
  65. [20:35:59] CMySQLHandler::~CMySQLHandler() - deconstructor called.
  66.  
  67. [20:35:59] CMySQLHandler::FreeResult() - Result was successfully free'd.
  68.  
  69. [20:35:59] CMySQLHandler::Disconnect() - Connection was closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement