mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
phpmyadmin was never migrated to nginx
This commit is contained in:
parent
7b132ce94f
commit
91783a13d2
6 changed files with 53 additions and 27 deletions
3
roles/phpmyadmin/templates/mkuser
Normal file
3
roles/phpmyadmin/templates/mkuser
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CREATE USER 'Admin'@'localhost' IDENTIFIED BY 'changeme';
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'Admin'@'localhost' WITH GRANT OPTION;
|
||||
FLUSH PRIVILEGES;
|
||||
Loading…
Add table
Add a link
Reference in a new issue