Ok so I imported the TDB_full_335.52_2013_07_17.sql via the terminal into a database called wow
mysql -u root -p wow </home/root/server/sql/db.sql
When I run ./worldserver
Using configuration file /home/root/server/etc/worldserver.conf.
Using SSL version: OpenSSL 1.0.1 14 Mar 2012 (library: OpenSSL 1.0.1 14 Mar 2012)
Using ACE version: 6.0.3
TrinityCore rev. dcfbe53552b0 2013-12-14 20:22:39 -0330 (master branch) (Unix, Release) (worldserver-daemon)
<Ctrl-C> to stop.
______ __
/__ _ __ __/ __
/_/ / _ __ /_ ___ /_ , _ __ __
/`'__/ /' _ `/ / / /
/ / / _ _
_ _ _ _ _ _ __/`____
/_//_/ /_//_//_//_//__/ `/___/>
C O R E /___/
http://TrinityCore.org /__/
In mysql_stmt_prepare() id: 53, sql: "SELECT name, permission, help FROM command"
Unknown column 'permission' in 'field list'
DatabasePool wow NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database 127.0.0.1;3306;xxxxxx;xxxxxx;wow
when I run ./authserver
I fixed this issue by making a datebase from the base sql file
I'm a bit confused what I did wrong
worldserver.conf
LoginDatabaseInfo = "127.0.0.1;3306;xxxxx;xxxxx;auth"
WorldDatabaseInfo = "127.0.0.1;3306;xxxxx;xxxxx;wow"
CharacterDatabaseInfo = "127.0.0.1;3306;xxxxx;xxxxx;characters"
authserver.conf
LoginDatabaseInfo = "127.0.0.1;3306;xxxxx;xxxxx;auth"