[DiscordArchive] Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.
[DiscordArchive] Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.
Archived author: oблако • Posted: 2025-07-24T06:54:24.902000+00:00
Original source
Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at 127.0.0.1: Access denied for user 'acore'@'localhost' to database 'acore_playerbots'
DatabasePool Playerbots NOT opened. There were errors opening the MySQL connections. Check your log file for specific errors
how can i fix that ??
Archived author: Diro • Posted: 2025-07-24T06:57:14.273000+00:00
Original source
So is everything in the extractors folder. It's for extracting the client data that eventually end up in env/dist/bin
Archived author: Diro • Posted: 2025-07-24T06:58:36.308000+00:00
Original source
Check the folks at the Playerbots server https://discord.gg/rZNBvdQD
Archived author: Illu • Posted: 2025-07-24T07:16:51.241000+00:00
Original source
Mmmh, well I've tried putting everything in var/build and been re"composing" everything
Archived author: Illu • Posted: 2025-07-24T07:30:33.811000+00:00
Original source
That wasn't it, Trying by placing everything in var/docker/build and recomposing it
Archived author: Illu • Posted: 2025-07-24T07:36:42.258000+00:00
Original source
I dunno if this was the correct directory to place the dbc files...
I've tried "find -name "*.dbc"
But I can't find anything in the whole azerothcore-wotlk directory =/
Archived author: Mithria • Posted: 2025-07-24T07:50:53.273000+00:00
Original source
docker puts DBC files in its client data volume, you cant readily access it and its wiped/reset every git pull unless you change the docker setup.
you are best to add your dbc changes to the spell_dbc override in the database, as well as to your client through an mpq
Archived author: Mithria • Posted: 2025-07-24T07:51:08.289000+00:00
Original source
for the server side of things, this means converting your dbc changes to sql queries
Archived author: Rymercyble • Posted: 2025-07-24T08:00:28.655000+00:00
Original source
i wonder what "cant access it" means
Archived author: Mithria • Posted: 2025-07-24T08:01:29.792000+00:00
Original source
idfk im just quoting people who have used docker ac more than i lol