Advertisement
joe90

SQLDriver.Log

May 4th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.87 KB | None | 0 0
  1. 2012-05-04 22:28:36 Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  2. 2012-05-04 22:28:36 MySQL client library: 5.5.9
  3. 2012-05-04 22:28:36 MySQL server ver: 5.5.16
  4. 2012-05-04 22:28:36 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  5. 2012-05-04 22:28:36 MySQL client library: 5.5.9
  6. 2012-05-04 22:28:36 MySQL server ver: 5.5.16
  7. 2012-05-04 22:28:36 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  8. 2012-05-04 22:28:36 DatabasePool 'auth' opened successfully. 2 total connections running.
  9. 2012-05-04 22:28:36 [0 ms] SQL(p): SELECT id, name, address, port, icon, flag, timezone, allowedSecurityLevel, population, gamebuild FROM realmlist WHERE flag <> 3 ORDER BY name
  10. 2012-05-04 22:28:37 Opening DatabasePool 'world'. Asynchronous connections: 1, synchronous connections: 1.
  11. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  12. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  13. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  14. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  15. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  16. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  17. 2012-05-04 22:28:37 DatabasePool 'world' opened successfully. 2 total connections running.
  18. 2012-05-04 22:28:37 Opening DatabasePool 'characters'. Asynchronous connections: 1, synchronous connections: 2.
  19. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  20. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  21. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  22. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  23. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  24. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  25. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  26. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  27. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  28. 2012-05-04 22:28:37 DatabasePool 'characters' opened successfully. 3 total connections running.
  29. 2012-05-04 22:28:37 Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  30. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  31. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  32. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  33. 2012-05-04 22:28:37 MySQL client library: 5.5.9
  34. 2012-05-04 22:28:37 MySQL server ver: 5.5.16
  35. 2012-05-04 22:28:37 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
  36. 2012-05-04 22:28:37 DatabasePool 'auth' opened successfully. 2 total connections running.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement