[DiscordArchive] So like, an Azerothcore update could revert changes made to the world database if something is updat
[DiscordArchive] So like, an Azerothcore update could revert changes made to the world database if something is updat
Archived author: Tereneckla • Posted: 2025-10-29T17:07:48.803000+00:00
Original source
only the package names of the dependencies are different
Archived author: Revision • Posted: 2025-10-29T17:08:27.596000+00:00
Original source
It depends on if the packages (and version) that AzerothCore require are actually shipped with the OS to begin with. That's why Debian takes minimal effort, it doesn't ship with MySQL.
Archived author: Tereneckla • Posted: 2025-10-29T17:10:29.274000+00:00
Original source
I say it like that because I am on fedora
Archived author: WolfM90 • Posted: 2025-10-29T17:10:43.029000+00:00
Original source
Given the question, looks like the guy knows what he's doing
Archived author: FurryQuandary • Posted: 2025-10-29T17:38:27.580000+00:00
Original source
Thanks, I’ve made it through the requirements section. Package names are largely the same but without lib at the front of it, hopefully the rest will run smoothly.
Archived author: MickeyB • Posted: 2025-10-29T17:54:33.998000+00:00
Original source
Stupid question. Trying to connect to my Unraid server via heidiSQL and cannot get it to connect. I've forwarded the ports and still can't connect using the ports specified
Archived author: MickeyB • Posted: 2025-10-29T17:55:26.267000+00:00
Original source
Currently running it on openSUSE
Archived author: Degen • Posted: 2025-10-29T18:10:14.505000+00:00
Original source
you should never have to backup the world db. record all your custom changes as sql and put the file in azerothcore/data/sql/custom/db_world, then the core will auto apply them on startup. if you want to revert just remove the file drop acore_world and let it rebuild as stock
Archived author: greywolfe • Posted: 2025-10-29T18:11:02.638000+00:00
Original source
this was my biggest hurdle on fedora. that ships with mariadb. had to manually install mysql to get everything to play nicely. [well. i had a jemalloc compilation error, but that's a whole different kettle of fish.]
Archived author: greywolfe • Posted: 2025-10-29T18:11:52.712000+00:00
Original source
oh. did not know. that's good to learn. thank you.