Yesterday, I installed trinitycore 3.3.5 to my Linux PC and I also compiled it without errors.
But, when I try to start worldserver, it says:
"ERROR 1054 (42S22) at line 3: Unknown column 'ProcFlags' in 'field list'
Applying of file '/home/wowuser/TrinityCore/sql/updates/world/3.3.5/2016_10_17_03_world_335.sql' to database 'world' 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."
P.s: I have the latest version of the repo, I merged auth and world DB' s with those commands: "mysql -u root -p'hereComesMyPassword' auth < TDB_auth....", "mysql -u root -p'hereComesMyPassword' world < TDB_worldserver...."
"unknown column" "missing table" "duplicate column" error / sql problems / SQLDriverLogFile < answer on 1st post of 1st page
in Help and Support
Posted
Hello everybody,
Yesterday, I installed trinitycore 3.3.5 to my Linux PC and I also compiled it without errors.
But, when I try to start worldserver, it says:
"ERROR 1054 (42S22) at line 3: Unknown column 'ProcFlags' in 'field list'
Applying of file '/home/wowuser/TrinityCore/sql/updates/world/3.3.5/2016_10_17_03_world_335.sql' to database 'world' 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."
P.s: I have the latest version of the repo, I merged auth and world DB' s with those commands: "mysql -u root -p'hereComesMyPassword' auth < TDB_auth....", "mysql -u root -p'hereComesMyPassword' world < TDB_worldserver...."
Thx for help
Ahmet