Jump to content
TrinityCore

Bender662

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Bender662

  1. 
    Using configuration file authserver.conf.
    
    OpenSSL 1.0.1c 10 May 2012 (Library: OpenSSL 1.0.1c 10 May 2012)
    
    Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
    
    MySQL client library: 5.5.9
    
    MySQL server ver: 5.5.25a
    
    [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
    
    Connected to MySQL database at 127.0.0.1
    
    MySQL client library: 5.5.9
    
    MySQL server ver: 5.5.25a
    
    [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
    
    Connected to MySQL database at 127.0.0.1
    
    DatabasePool 'auth' opened successfully. 2 total connections running.
    
    Started auth database connection pool.
    
    Updating Realm List...
    
    Added realm "Logia".
    
    

    What do i do now?

  2. I get this error when i am trying to run authserver using the latest git

    Using configuration file authserver.conf.

    OpenSSL 1.0.1c 10 May 2012 (Library: OpenSSL 1.0.1c 10 May 2012)

    Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.

    MySQL client library: 5.5.9

    MySQL server ver: 5.5.25a

    [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

    Connected to MySQL database at 127.0.0.1

    In mysql_stmt_prepare() id: 37, sql: "INSERT INTO logs (time, realm, type, level, string) VALUES (?, ?, ?, ?, ?)"

    Unknown column 'level' in 'field list'

    MySQL client library: 5.5.9

    MySQL server ver: 5.5.25a

    [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.

    Connected to MySQL database at 127.0.0.1

×
×
  • Create New...