[DiscordArchive] In the config it's set like this:
[DiscordArchive] In the config it's set like this:
Archived author: Moonwarry • Posted: 2025-09-05T07:52:35.576000+00:00
Original source
In the config it's set like this:
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
While in the script the user is created on localhost:
CREATE USER 'acore'@'localhost' IDENTIFIED BY 'acore' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0;
Is this perhaps the conflict?