[DiscordArchive] Is there a example on how the DataDir should look like?
[DiscordArchive] Is there a example on how the DataDir should look like?
Archived author: Yuppls • Posted: 2025-06-10T20:22:15.950000+00:00
Original source
drag the entire file
Archived author: Yuppls • Posted: 2025-06-10T20:22:18.267000+00:00
Original source
and put it here
Archived author: Yuppls • Posted: 2025-06-10T20:22:23.210000+00:00
Original source
not copy paste
Archived author: Tereneckla • Posted: 2025-06-10T20:22:32.556000+00:00
Original source
DBUpdater.cpp:53 actually is supposed to LOG_FATAL `Didn't find any executable MySQL binary at \'{}\' or in path, correct the path in the *.conf (\"MySQLExecutable\").`
Archived author: Yuppls • Posted: 2025-06-10T20:23:16.960000+00:00
Original source
mostly after the directories section
Archived author: Graxo • Posted: 2025-06-10T20:23:47.828000+00:00
Original source
I use a external database in my homelab, so if its looking for mysql binaries locally, it wont find them, cuz they not installed.
Archived author: Tereneckla • Posted: 2025-06-10T20:24:03.810000+00:00
Original source
stills needs a mysql client
Archived author: Graxo • Posted: 2025-06-10T20:25:32.685000+00:00
Original source
`libmysqlclient-dev` is installed, thats in the documentation
Archived author: Revision • Posted: 2025-06-10T20:25:41.407000+00:00
Original source
`mysql-client` is what you need
Archived author: Graxo • Posted: 2025-06-10T20:26:31.947000+00:00
Original source
Alright, but why is this not in the documentation?
EDIT:
Works now, but next error. I try to figure this out myself first. Thanks so far
```>> Directory "/home/<username>/azerothcore/data/sql/base/db_auth/" not exist```