[DiscordArchive] Hi folks, just following the installation instructions on the Wiki and when trying to run https://gi
[DiscordArchive] Hi folks, just following the installation instructions on the Wiki and when trying to run https://gi
Archived author: necro • Posted: 2025-07-28T19:03:54.915000+00:00
Original source
Hi folks, just following the installation instructions on the Wiki and when trying to run https://github.com/azerothcore/azerothco..._mysql.sql against my db as root, I'm getting the following error:
> SQL Error [1410] [42000]: You are not allowed to create a user with GRANT
I was scrolling through past mentions of this script, and is this an issue with MySQL versions? Do I just need to screw with the syntax? I should have all permissions available as root, no?
Archived author: Kitzunu • Posted: 2025-07-28T19:05:09.140000+00:00
Original source
what mysql version do you use
Archived author: Kitzunu • Posted: 2025-07-28T19:05:35.706000+00:00
Original source
and are you using your root user to run it
Archived author: necro • Posted: 2025-07-28T19:10:04.199000+00:00
Original source
I'm running 8.4 and yeah, I'm logged in as my root.
Archived author: necro • Posted: 2025-07-28T19:14:29.840000+00:00
Original source
Maybe I'm reading this wrong (SQL isn't my forte) but does root not have perms to GRANT ALL PRIVILEGES ... WITH GRANT OPTION by default?
Archived author: Nyeriah • Posted: 2025-07-28T19:19:08.768000+00:00
Original source
just making sure, you are not using MariaDB right
Archived author: necro • Posted: 2025-07-28T19:21:12.476000+00:00
Original source
Nope, using MySQL Server 8.4 and Dbeaver to poke around
Archived author: necro • Posted: 2025-07-28T19:21:19.156000+00:00
Original source
Only because I use it at work so I'm somewhat familiar with it
Archived author: Ryan Turner • Posted: 2025-07-28T19:22:42.074000+00:00
Original source
The user you create for the first time it's always a super user, which you tend to call root, so it should have all permissions to do whatever with it
Archived author: necro • Posted: 2025-07-28T19:27:10.109000+00:00
Original source
I don't really understand, but i was able to run the script line by line instead.