[DiscordArchive] Or, I think I can do quests via modules right? put a npc that accept quest, and then when requisites
[DiscordArchive] Or, I think I can do quests via modules right? put a npc that accept quest, and then when requisites
Archived author: Revision • Posted: 2025-02-08T14:42:17.747000+00:00
Original source
You can run MySQL and MariaDB on the same system without conflicts as long as you change the port. The question is, why would you want to? vMaNGOS runs fine on MySQL
Archived author: tolkinz • Posted: 2025-02-08T15:18:32.399000+00:00
Original source
Oh well, I am far from software-dev, I myself have zero ability to solve any possible issue, I just ask google. For the DB part, I tried AzerothCore the other day on MacOS, so I mean MySQL was there. And then when I tried to install MariaDB, it didn't successfully install. There was a big trouble. I tried to erase MySQL but still same, that's when I had to wipe out the computer. About your question of why I would want to use both at the same time, the only guide of detailed vanilla server-installation I found in youtube was based on MariaDB. I would be glad to have a step-by-step installation guide with mySQL, mangos zero, cmangos, vmangos, I wouldn't care as long as it runs fine with bot module. >.<
Archived author: Revision • Posted: 2025-02-08T15:19:56.651000+00:00
Original source
There is no difference between using MySQL and MariaDB on the azerothcore/vmangos/cmangos/trinitycore side of it aside from the client libraries used. That doesn't really need special instructions.
Archived author: tolkinz • Posted: 2025-02-08T15:22:38.534000+00:00
Original source
So, it should be a very easy part to you.... For me, I have no idea which part I should tweak among the steps of installation... I am so easily get lost. I should look very dumb at this point...
Archived author: Revision • Posted: 2025-02-08T15:26:24.607000+00:00
Original source
I'm just saying that at its core MySQL and MariaDB are essentially the same thing, just executed slightly differently. It's not like comparing MySQL and MS SQL.
Archived author: tolkinz • Posted: 2025-02-08T15:33:28.020000+00:00
Original source
I suspected so. Then next question arises. What exactly does this mean? <AC does not support MariaDB>. If that is essentially same, then it should work on MariaDB too, am I wrong at some point? Sorry for my really ignorant question, I am this dumb so this would look very stupid to anyone who knows just a little bit about core and DB structure... MariaDB or mySQL, there is no preference from my side. All I need is just to make them work, without trouble.
Archived author: Revision • Posted: 2025-02-08T15:34:14.455000+00:00
Original source
They're essentially the same but not exactly the same. MySQL removed functions that MariaDB relies on and so AzerothCore opted to support MySQL.