mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +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,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…
x
Reference in New Issue
Block a user