mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(DB/SQL): Do not give all permissions to user "acore" upon creation via the sql file (#22540)
This commit is contained in:
parent
a96c7e85c5
commit
60800314ab
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
DROP USER IF EXISTS 'acore'@'localhost';
|
||||
CREATE USER 'acore'@'localhost' IDENTIFIED BY 'acore' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0;
|
||||
|
||||
GRANT ALL PRIVILEGES ON * . * TO 'acore'@'localhost' WITH GRANT OPTION;
|
||||
|
||||
-- Create databases for AzerothCore, only if they do not exist
|
||||
CREATE DATABASE IF NOT EXISTS `acore_world` DEFAULT CHARACTER SET UTF8MB4 COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue