mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
3 lines
146 B
Text
3 lines
146 B
Text
CREATE USER 'Admin'@'localhost' IDENTIFIED BY 'changeme';
|
|
GRANT ALL PRIVILEGES ON *.* TO 'Admin'@'localhost' WITH GRANT OPTION;
|
|
FLUSH PRIVILEGES;
|