Hy guys!
The problem:
A downloaded the trinity core ( with git extensions ) from here: https://github.com/T...ore/TrinityCore
and the DB from here: https://github.com/T...yCore/downloads ( TDB_full_335.11.46_2012_02_13.rar )
I built the core - no problem.
I imported the files to the DB ( with the updates )
But when i start the worldserver it just stops. ( the authserver runs well )
SQLDRIVER:
2012-04-01 08:46:07 Opening DatabasePool 'world'. Asynchronous connections: 1, synchronous connections: 1.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 DatabasePool 'world' opened successfully. 2 total connections running.
2012-04-01 08:46:07 Opening DatabasePool 'characters'. Asynchronous connections: 1, synchronous connections: 2.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 DatabasePool 'characters' opened successfully. 3 total connections running.
2012-04-01 08:46:07 Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 MySQL client library: 5.5.9
2012-04-01 08:46:07 MySQL server ver: 5.5.16
2012-04-01 08:46:07 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
2012-04-01 08:46:07 DatabasePool 'auth' opened successfully. 2 total connections running.
( Sorry for my bad english )
Yes and, when i wanted to import the auth updates it threw errors ( i don t know if it is important )
(this one: 2012_02_19_00_auth_account, error: http://pastebin.com/gWGPV9W3 )