mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
3 lines
120 B
Text
3 lines
120 B
Text
CREATE USER 'Admin'@'localhost' IDENTIFIED BY 'changeme';
|
|
GRANT SELECT ON *.* TO 'Admin'@'localhost';
|
|
FLUSH PRIVILEGES;
|