Guest User

Untitled

a guest
Oct 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [15:04:42] >> mysql_query( Connection handle: 1 )
  2. [15:04:42] CMySQLHandler::Query(SELECT * FROM `bans`) - Successfully executed.
  3. [15:04:42] >> mysql_store_result( Connection handle: 1 )
  4. [15:04:42] CMySQLHandler::StoreResult() - Result was stored.
  5. [15:04:42] >> mysql_num_rows( Connection handle: 1 )
  6. [15:04:42] CMySQLHandler::NumRows() - Returned 0 row(s)
  7. [15:04:42] >> mysql_free_result( Connection handle: 1 )
  8. [15:04:42] CMySQLHandler::FreeResult() - Result was successfully free'd.
  9. [15:04:59] >> mysql_query( Connection handle: 1 )
  10. [15:04:59] CMySQLHandler::Query(SELECT * FROM `bans` WHERE `Username` = 'testname') - Successfully executed.
  11. [15:04:59] >> mysql_store_result( Connection handle: 1 )
  12. [15:04:59] CMySQLHandler::StoreResult() - Result was stored.
  13. [15:04:59] >> mysql_num_rows( Connection handle: 1 )
  14. [15:04:59] CMySQLHandler::NumRows() - Returned 0 row(s)
  15. [15:04:59] >> mysql_query( Connection handle: 1 )
  16. [15:04:59] CMySQLHandler::Query(INSERT INTO `bans` (`Username`, `Reason`, `AdminName`, `DateBanned`, `IPAddress`) VALUES ('testname', 'testreason', 'CJ101', '9/3/2011', ) - 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)
  17. [15:04:59] >> mysql_free_result( Connection handle: 1 )
  18. [15:04:59] CMySQLHandler::FreeResult() - Result was successfully free'd.
Add Comment
Please, Sign In to add comment