started mysql/server
This commit is contained in:
8
migration.sh
Normal file
8
migration.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
docker exec -it kopano-mysql-1 sh <<DCKR
|
||||
mysql -u root -p <<SQL
|
||||
CREATE USER 'kopano' IDENTIFIED BY 'Asdf2345';
|
||||
GRANT ALL ON kopano.* TO 'kopano'@'%';
|
||||
DROP DATABASE kopano;
|
||||
SQL
|
||||
DCKR
|
||||
Reference in New Issue
Block a user