Jump to content
TrinityCore

punkyy2408

Plebs
  • Posts

    2
  • Joined

  • Last visited

punkyy2408's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I've been trying to get Trinity Core 4.3.4 running today. I've spent like 5 hours trying to figure it out what is the problem. I will post here the steps i followed. 1) Pulled the git from 4.3.4 branch, runned CMake and got it compiled via Visual Studio 2010. 2) Cloned the 4.3.4 DB Repository and downloaded the last full db compilation (TDB_full_434.05_2013_07_17). 3) Created the databases by executing create_mysql.sql, auth_database.sql and characters_database.sql. 4) Updated characters database . Only had to run this query 2013_07_19_00_characters_corpse.sql . 5) Runned merge_windows.bat and updated my world database , by executing the sql generated (world_update.sql). 6) Edited the config files accordingly. 7) Moved libmysql and the other 2 openssl libraries into the release folder. 8) Started authserver.exe . 9) Started worldserver.exe . MENTION : Had no errors till now. I also added DBC/Maps/VMaps in the release folder. Got this error on worldserver : In mysql_stmt_prepare() id: 55, sql: "SELECT name, permission, help FROM command" Unknown column 'permission' in 'field list' DatabasePool world 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;xxxxx;xxxxx;world I've tried everything, even renaming the security column to permission and still got some database related errors. Am I doing something wrong ? L.E. I want to mention that i use mysql 5.5.27 and i use the libmysql.dll library provided by CMake.
×
×
  • Create New...