Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. TrinityCore rev. 56a665ccf35b 2014-12-29 20:55:53 +0000 (6.x branch) (Win64, Release) (bnetserver)
  2. <Ctrl-C> to stop.
  3.  
  4. Using configuration file bnetserver.conf.
  5. Using SSL version: OpenSSL 1.0.1j 15 Oct 2014 (library: OpenSSL 1.0.1j 15 Oct 2014)
  6. Using Boost version: 1.57.0
  7. Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  8. MySQL client library: 5.6.21
  9. MySQL server ver: 5.5.9-log
  10. Connected to MySQL database at 127.0.0.1
  11. In mysql_stmt_prepare() id: 82, sql: "UPDATE battlenet_accounts SET v = ?, s = ? WHERE email = ?"
  12. Table 'auth.battlenet_accounts' doesn't exist
  13. In mysql_stmt_prepare() id: 83, sql: "UPDATE battlenet_accounts SET sessionKey = ?, online = ? WHERE id = ?"
  14. Table 'auth.battlenet_accounts' doesn't exist
  15. In mysql_stmt_prepare() id: 89, sql: "UPDATE battlenet_accounts SET failed_logins = failed_logins + 1 WHERE email = ?"
  16. Table 'auth.battlenet_accounts' doesn't exist
  17. In mysql_stmt_prepare() id: 90, sql: "UPDATE battlenet_accounts SET last_ip = ?, last_login = NOW(), locale = ?, failed_logins = 0, os = ? WHERE id = ?"
  18. Table 'auth.battlenet_accounts' doesn't exist
  19. In mysql_stmt_prepare() id: 95, sql: "UPDATE battlenet_accounts SET v = '', s = '', sha_pass_hash = ? WHERE id = ?"
  20. Table 'auth.battlenet_accounts' doesn't exist
  21. In mysql_stmt_prepare() id: 96, sql: "SELECT 1 FROM battlenet_accounts WHERE id = ? AND sha_pass_hash = ?"
  22. Table 'auth.battlenet_accounts' doesn't exist
  23. In mysql_stmt_prepare() id: 97, sql: "UPDATE battlenet_accounts SET locked = ? WHERE id = ?"
  24. Table 'auth.battlenet_accounts' doesn't exist
  25. In mysql_stmt_prepare() id: 98, sql: "UPDATE battlenet_accounts SET lock_country = ? WHERE id = ?"
  26. Table 'auth.battlenet_accounts' doesn't exist
  27. In mysql_stmt_prepare() id: 100, sql: "UPDATE account SET battlenet_account = ?, battlenet_index = ? WHERE id = ?"
  28. Unknown column 'battlenet_account' in 'field list'
  29. In mysql_stmt_prepare() id: 102, sql: "SELECT LastCharacterUndelete FROM battlenet_accounts WHERE Id = ?"
  30. Table 'auth.battlenet_accounts' doesn't exist
  31. In mysql_stmt_prepare() id: 103, sql: "UPDATE battlenet_accounts SET LastCharacterUndelete = UNIX_TIMESTAMP() WHERE Id = ?"
  32. Table 'auth.battlenet_accounts' doesn't exist
  33. DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home
  34. Cannot connect to database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement