[DiscordArchive] I'm trying to install a local AC database on a NAS, which only has MariaDB packages available (no My
[DiscordArchive] I'm trying to install a local AC database on a NAS, which only has MariaDB packages available (no My
Archived author: Einkatzi • Posted: 2021-06-21T17:21:43.918000+00:00
Original source
I'm trying to install a local AC database on a NAS, which only has MariaDB packages available (no MySQL).
The only available packages are releases of MariaDB 10.0 and 10.3 (somehow the manufacturer skipped 10.1 and 10.2). I don't understand Git enough to understand what this means:
https://github.com/azerothcore/azerothco...1284/files
Does AC support MariaDB 10.3 now or does it not?
Archived author: Einkatzi • Posted: 2021-06-21T17:21:55.909000+00:00
Original source
MariaDB 10.0 is too old, it fails on the very first line the very first script ("DROP USER IF EXISTS acore...", because IF EXISTS was only added in 10.1+) - so I guess I can give up the attempt with 10.0 right from the start...
Archived author: Shin • Posted: 2021-06-21T17:39:31.543000+00:00
Original source
<@!439662843571470356> https://github.com/azerothcore/azerothco...ECURITY.md
![[Image: unknown.png?ex=690c349f&is=690ae31f&hm=c...bb221d792&]](https://cdn.discordapp.com/attachments/369084351129845760/856589213125443624/unknown.png?ex=690c349f&is=690ae31f&hm=c7f4809ee0e70f54609193f80262f1ecc085f1eca97fdc2b2563ecdbb221d792&)
Archived author: Shin • Posted: 2021-06-21T17:39:43.629000+00:00
Original source
![[Image: unknown.png?ex=690c349f&is=690ae31f&hm=c...bb221d792&]](https://cdn.discordapp.com/attachments/369084351129845760/856589213125443624/unknown.png?ex=690c349f&is=690ae31f&hm=c7f4809ee0e70f54609193f80262f1ecc085f1eca97fdc2b2563ecdbb221d792&)
Archived author: Einkatzi • Posted: 2021-06-21T18:06:35.112000+00:00
Original source
oh, that's wonderful! Thank you!