Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.

[DiscordArchive] Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.

[DiscordArchive] Opening DatabasePool 'acore_playerbots'. Asynchronous connections: 1, synchronous connections: 1.

rektbyfaith
Administrator
0
07-24-2025, 06:54 AM
#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 ??
rektbyfaith
07-24-2025, 06:54 AM #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 ??

rektbyfaith
Administrator
0
07-24-2025, 06:57 AM
#2
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
rektbyfaith
07-24-2025, 06:57 AM #2

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

rektbyfaith
Administrator
0
07-24-2025, 06:58 AM
#3
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
rektbyfaith
07-24-2025, 06:58 AM #3

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

rektbyfaith
Administrator
0
07-24-2025, 07:16 AM
#4
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
rektbyfaith
07-24-2025, 07:16 AM #4

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

rektbyfaith
Administrator
0
07-24-2025, 07:30 AM
#5
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
rektbyfaith
07-24-2025, 07:30 AM #5

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

rektbyfaith
Administrator
0
07-24-2025, 07:36 AM
#6
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 =/
rektbyfaith
07-24-2025, 07:36 AM #6

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 =/

rektbyfaith
Administrator
0
07-24-2025, 07:50 AM
#7
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
rektbyfaith
07-24-2025, 07:50 AM #7

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

rektbyfaith
Administrator
0
07-24-2025, 07:51 AM
#8
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
rektbyfaith
07-24-2025, 07:51 AM #8

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

rektbyfaith
Administrator
0
07-24-2025, 08:00 AM
#9
Archived author: Rymercyble • Posted: 2025-07-24T08:00:28.655000+00:00
Original source

i wonder what "cant access it" means
rektbyfaith
07-24-2025, 08:00 AM #9

Archived author: Rymercyble • Posted: 2025-07-24T08:00:28.655000+00:00
Original source

i wonder what "cant access it" means

rektbyfaith
Administrator
0
07-24-2025, 08:01 AM
#10
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
rektbyfaith
07-24-2025, 08:01 AM #10

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)