Advertisement
Guest User

Untitled

a guest
Aug 4th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. Using configuration file /home/trinity/server/etc/authserver.conf.
  2. Using SSL version: OpenSSL 1.1.1d 10 Sep 2019 (library: OpenSSL 1.1.1d 10 Sep 2019)
  3. Using Boost version: 1.67.0
  4. Automatic database updates are disabled for all databases!
  5. Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  6. MySQL client library: 10.3.23
  7. MySQL server ver: 10.3.23-MariaDB-0+deb10u1
  8. Connected to MySQL database at 127.0.0.1
  9. MySQL client library: 10.3.23
  10. MySQL server ver: 10.3.23-MariaDB-0+deb10u1
  11. Connected to MySQL database at 127.0.0.1
  12. DatabasePool 'auth' opened successfully. 2 total connections running.
  13. In mysql_stmt_prepare() id: 10, sql: "UPDATE account SET salt = ?, verifier = ?, s = DEFAULT, v = DEFAULT WHERE id = ?"
  14. Unknown column 'salt' in 'field list'
  15. In mysql_stmt_prepare() id: 13, sql: "SELECT a.id, a.username, a.locked, a.lock_country, a.last_ip, a.failed_logins, ab.unbandate > UNIX_TIMESTAMP() OR ab.unbandate = ab.bandate, ab.unbandate = ab.bandate, aa.SecurityLevel, a.totp_secret, IF(a.s != DEFAULT(a.s) OR a.v != DEFAULT(a.v) OR a.salt IS NULL OR a.verifier IS NULL, a.sha_pass_hash, NULL), a.salt, a.verifier FROM account a LEFT JOIN account_access aa ON a.id = aa.AccountID LEFT JOIN account_banned ab ON ab.id = a.id AND ab.active = 1 WHERE a.username = ?"
  16. Unknown column 'a.salt' in 'field list'
  17. In mysql_stmt_prepare() id: 14, sql: "SELECT a.id, UPPER(a.username), a.locked, a.lock_country, a.last_ip, a.failed_logins, ab.unbandate > UNIX_TIMESTAMP() OR ab.unbandate = ab.bandate, ab.unbandate = ab.bandate, aa.SecurityLevel, a.session_key_auth FROM account a LEFT JOIN account_access aa ON a.id = aa.AccountID LEFT JOIN account_banned ab ON ab.id = a.id AND ab.active = 1 WHERE a.username = ? AND a.session_key_auth IS NOT NULL"
  18. Unknown column 'a.session_key_auth' in 'field list'
  19. In mysql_stmt_prepare() id: 18, sql: "SELECT a.id, a.session_key_auth, a.last_ip, a.locked, a.lock_country, a.expansion, a.mutetime, a.locale, a.recruiter, a.os, aa.SecurityLevel, ab.unbandate > UNIX_TIMESTAMP() OR ab.unbandate = ab.bandate, r.id FROM account a LEFT JOIN account_access aa ON a.id = aa.AccountID AND aa.RealmID IN (-1, ?) LEFT JOIN account_banned ab ON a.id = ab.id AND ab.active = 1 LEFT JOIN account r ON a.id = r.recruiter WHERE a.username = ? AND a.session_key_auth IS NOT NULL ORDER BY aa.RealmID DESC LIMIT 1"
  20. Unknown column 'a.session_key_auth' in 'field list'
  21. Closing down DatabasePool 'auth'.
  22. Asynchronous connections on DatabasePool 'auth' terminated. Proceeding with synchronous connections.
  23. All connections on DatabasePool 'auth' closed.
  24. Could not prepare statements of the Login database, see log for details.
  25. Closing down DatabasePool 'auth'.
  26. Asynchronous connections on DatabasePool 'auth' terminated. Proceeding with synchronous connections.
  27. All connections on DatabasePool 'auth' closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement