Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. TrinityCore rev. f9c44078ee7a 2014-07-31 21:41:41 +0100 (master branch) (Win64, Release) (authserver)
  2. <Ctrl-C> to stop.
  3.  
  4. Using configuration file authserver.conf.
  5. Using SSL version: OpenSSL 1.0.1h 5 Jun 2014 (library: OpenSSL 1.0.1h 5 Jun 2014)
  6. Using Boost version: 1.55.0
  7. Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  8. MySQL client library: 5.5.9
  9. MySQL server ver: 5.6.15
  10. Connected to MySQL database at 127.0.0.1
  11. In mysql_stmt_prepare() id: 43, sql: "UPDATE account SET reg_mail = ? WHERE id = ?"
  12. Unknown column 'reg_mail' in 'field list'
  13. In mysql_stmt_prepare() id: 47, sql: "UPDATE account SET last_attempt_ip = ? WHERE username = ?"
  14. Unknown column 'last_attempt_ip' in 'field list'
  15. In mysql_stmt_prepare() id: 76, sql: "INSERT INTO logs_ip_actions (account_id,character_guid,type,ip,systemnote,unixtime,time) VALUES (?, ?, ?, (SELECT last_ip FROM account WHERE id = ?), ?, unix_timestamp(NOW()), NOW())"
  16. Table 'auth.logs_ip_actions' doesn't exist
  17. In mysql_stmt_prepare() id: 77, sql: "INSERT INTO logs_ip_actions (account_id,character_guid,type,ip,systemnote,unixtime,time) VALUES (?, ?, ?, (SELECT last_attempt_ip FROM account WHERE id = ?), ?, unix_timestamp(NOW()), NOW())"
  18. Table 'auth.logs_ip_actions' doesn't exist
  19. In mysql_stmt_prepare() id: 78, sql: "INSERT INTO logs_ip_actions (account_id,character_guid,type,ip,systemnote,unixtime,time) VALUES (?, ?, ?, ?, ?, unix_timestamp(NOW()), NOW())"
  20. Table 'auth.logs_ip_actions' doesn't exist
  21. In mysql_stmt_prepare() id: 79, sql: "INSERT INTO logs_ip_actions (account_id,character_guid,type,ip,systemnote,unixtime,time) VALUES ((SELECT id FROM account WHERE username = ?), 0, 1, ?, ?, unix_timestamp(NOW()), NOW())"
  22. Table 'auth.logs_ip_actions' doesn't exist
  23. MySQL client library: 5.5.9
  24. MySQL server ver: 5.6.15
  25. Connected to MySQL database at 127.0.0.1
  26. In mysql_stmt_prepare() id: 13, sql: "SELECT a.sha_pass_hash, a.id, a.locked, a.lock_country, a.last_ip, aa.gmlevel, a.v, a.s, a.token_key FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE a.username = ?"
  27. Unknown column 'a.token_key' in 'field list'
  28. In mysql_stmt_prepare() id: 34, sql: "INSERT INTO account(username, sha_pass_hash, reg_mail, email, joindate) VALUES(?, ?, ?, ?, NOW())"
  29. Unknown column 'reg_mail' in 'field list'
  30. In mysql_stmt_prepare() id: 60, sql: "SELECT a.username, aa.gmlevel, a.email, a.reg_mail, a.last_ip, DATE_FORMAT(a.last_login, '%Y-%m-%d %T'), a.mutetime, a.mutereason, a.muteby, a.failed_logins, a.locked, a.OS FROM account a LEFT JOIN account_access aa ON (a.id = aa.id AND (aa.RealmID = ? OR aa.RealmID = -1)) WHERE a.id = ?"
  31. Unknown column 'a.reg_mail' in 'field list'
  32. In mysql_stmt_prepare() id: 73, sql: "SELECT last_attempt_ip FROM account WHERE id = ?"
  33. Unknown column 'last_attempt_ip' in 'field list'
  34. 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
  35. Cannot connect to database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement