[DiscordArchive] Having some issues installing the Auctionator module. I cloned the repo with Github Desktop app, the
[DiscordArchive] Having some issues installing the Auctionator module. I cloned the repo with Github Desktop app, the
Archived author: Shadowbane92 • Posted: 2023-11-12T12:37:54.146000+00:00
Original source
Having some issues installing the Auctionator module. I cloned the repo with Github Desktop app, then followed the instructions on the github, one of which was to run the DB script in acore_world. I then tried to run authserver.exe and worldserver.exe, but worldserver.exe fails with the following message:
ERROR 1044 (42000) at line 39 in file: '---Azerothcore\modules\mod-auctionator\data\sql\db-world\base\2023-09-18.sql': Access denied for user '---'@'localhost' to database 'acore_world'
Applying of file '---Azerothcore/modules/mod-auctionator/data/sql/db-world/base/2023-09-18.sql' to database 'acore_world' failed! If you are a user, please pull the latest revision from the repository. Also make sure you have not applied any of the databases with your sql client. You cannot use auto-update system and import sql files from AzerothCore repository with your sql client. If you are a developer, please fix your sql query.
Could not update the World database, see log for details.
I think this is because the auto-update is trying to add the sql script I manually added, but the instructions told me to. I tried dropping the acore_world table in HeidiSQL and regenerating it by running worldserver.exe, but I get the same issues.
Is there a way for me to exclude auctionator from the auto update, or another way to fix this issue?
Archived author: Revision • Posted: 2023-11-12T17:26:36.182000+00:00
Original source
A way to fix what you specifically did is to not run it manually