Advertisement
Guest User

MySQL-Log

a guest
May 9th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. [23:19:04] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "samp", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [23:19:04] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [23:19:04] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [23:19:04] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [23:19:04] [DEBUG] mysql_errno - connection: 1
  9. [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  11. [23:19:04] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  12. [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
  13. [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  14. [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
  15. [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  16. [23:19:04] [DEBUG] CMySQLConnection::Connect - connection was successful
  17. [23:19:04] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  18. [23:19:45] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `Spieler` WHERE `Spielername` = '%e' LIMIT 1"
  19. [23:19:45] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Spieler` WHERE `Spielername` = 'Rammstein' LIMIT ", callback: "OnAccountCheck", format: "i"
  20. [23:19:45] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  21. [23:19:45] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 1.727 milliseconds
  22. [23:19:45] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  23. [23:19:45] [DEBUG] Calling callback "OnAccountCheck"..
  24. [23:19:45] [DEBUG] cache_get_data - connection: 1
  25. [23:19:45] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  26. [23:19:50] [DEBUG] mysql_format - connection: 1, len: 300, format: "INSERT INTO `Spieler` (`Spielername`, `Passwort`, `IP`, `Admin`, `VIP`,`Kills`,`Deaths`,`Level`, `Geld`) VALUES ('%e', '%e', '%e..."
  27. [23:19:50] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Spieler` (`Spielername`, `Passwort`, `IP`, `Admin`,", callback: "OnAccountRegister", format: "i"
  28. [23:19:50] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  29. [23:19:50] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 151.223 milliseconds
  30. [23:19:50] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  31. [23:19:50] [DEBUG] Calling callback "OnAccountRegister"..
  32. [23:19:50] [DEBUG] cache_insert_id - connection: 1
  33. [23:19:50] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  34. [23:20:06] [DEBUG] mysql_format - connection: 1, len: 256, format: "UPDATE `Spieler` SET `IP`='%s', `Admin`=%d, `VIP`=%d, `Kills`=%d, `Deaths`=%d, `Level`=%d, `Geld`=%d WHERE `ID`=%d"
  35. [23:20:06] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Spieler` SET `IP`='127.0.0.1', `Admin`=0, `VIP`=0, `Kill", callback: "(null)", format: "(null)"
  36. [23:20:06] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  37. [23:20:06] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 9.476 milliseconds
  38. [23:20:06] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement