Hi,
I am new to Trinity Core and I am trying to build my first server...
I've been following the tutorials, but it seems that I am stuck in the database part. I've created the 3.3.5a branch as instructed here: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/create/create_mysql.sql and I've ran the worldserver.exe. Unfortunately it is giving me the error below:
Using configuration file C:/Desenvolvimento/Trinity/Install/worldserver.conf.
Using SSL version: OpenSSL 1.0.2j 26 Sep 2016 (library: OpenSSL 1.0.2j 26 Sep 2016)
Using Boost version: 1.62.0
Database Auth is empty, auto populating it...
>> Applying '../TrinityCore/sql/base/auth_database.sql'...
Applying of file '../TrinityCore/sql/base/auth_database.sql' to database 'auth' failed! If you are a user, please pull the latest revision from the repository. Also make sure you have not applied any of the databases with your sql client. You cannot use auto-update system and import sql files from TrinityCore repository with your sql client. If you are a developer, please fix your sql query.
Could not populate the Login database, see log for details.
I've checked my user (trinity) and I am able to connect to the database and create tables and schemas with it. I have also configured my source folder as: SourceDirectory = "../TrinityCore", so the path to the auth_database.sql file is valid. Can anyone help me?
Note: I am using Windows 10 with Visual Studio 2015 Community and MySQL 5.6.35. I've built all for a x32 archtecture.