mirror of
https://gitea.tendokyu.moe/beerpsi/artemis-portable.git
synced 2026-09-22 22:28:07 +03:00
5 lines
203 B
SQL
5 lines
203 B
SQL
CREATE USER 'aime'@'localhost' IDENTIFIED BY '%%PASSWORD%%';
|
|
CREATE DATABASE aime;
|
|
GRANT Alter,Create,Delete,Drop,Index,Insert,References,Select,Update ON aime.* TO 'aime'@'localhost';
|
|
FLUSH PRIVILEGES;
|