Jump to content
TrinityCore

ruben381

Plebs
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

1922 profile views

ruben381's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi guys. I'm getting this error on my linux machine when I try to start my authserver. /root/ElunaTrinityWotlk/src/server/database/Database/DatabaseWorkerPool.cpp:32 in DatabaseWorkerPool FATAL ERROR: Used MySQL library version (5.7.16) does not match the version used to compile TrinityCore (5.7.15). Search on forum for . Segmentation fault (core dumped) I looked at the official TrinityCore solution. On Windows I know it's a dll thing, but on Linux apparently you have to recompile your core. So I updated mysql and re-pulled the source and then rebuilt and recompiled. Still the same issue. I believe it must be because when it compiles it somehow uses the 5.7.15 lib, but I don't know how to change that. I'm running really far behind schedule due to this issue so any help would be greatly appreciated.
  2. Thanks, I'll look into this. I think I've fucked up the databases on my server currently - is there a way to kind of wipe and re-create them? I've tried renaming the world, character and auth database (adding '_1'), and when I start the world server it asks if I want to create them, but it is unable to populate them. I get the error 'applying of file (path)/auth_database.sql to database 'auth' failed! Could not populate login database, see log for details.' I checked the Server.log which didn't have any further info, neither did the DBerrors log or the Auth log. Where should I look for this info? Sorry if I'm sounding stupid, I'm a little bit out of my depth. Thanks again for helping. EDIT: Added an image of my worldserver's output.
  3. Hi guys. I've just finished setting up my linux Trinitycore binaries on an OVH machine. My next step was to move the (heavily modified) databases from my home computer, as to add all the mobs, items, quests etc that I've created on my home machine onto the OVH machine. Prior to this, everything was working fine. After, however, I was unable to start either my auth or world server. Essentially when I start my worldserver, it says my databases are up to date, and then says 'table auth.account doesn't exist'. I'm not sure what caused this. As additional information, to transfer my databases I zipped up my world, auth and character DBs from my home computer and then uploaded the zip via FileZilla. Then I uncompressed the file and the auth, character and world folders replaced the existing ones. Is there a way I can perhaps reset my databases? And what is the proper way to copy over my existing databases? Thanks everyone. Sorry if this is in the wrong place.
×
×
  • Create New...