mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2026-08-14 18:29:08 -04:00
5 lines
256 B
SQL
5 lines
256 B
SQL
GRANT ALL PRIVILEGES ON * . * TO 'acore'@'localhost' WITH GRANT OPTION;
|
|
|
|
CREATE DATABASE `acore_playerbots` DEFAULT CHARACTER SET UTF8MB4 COLLATE utf8mb4_general_ci;
|
|
|
|
GRANT ALL PRIVILEGES ON `acore_playerbots` . * TO 'acore'@'localhost' WITH GRANT OPTION;
|