mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Fix module-dev password
This commit is contained in:
parent
3623b41a2e
commit
798cf05dde
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ set -x
|
|||
|
||||
cat $BASEDIR/etc/schema/mysql/{,helper/}*.sql
|
||||
|
||||
echo "GRANT ALL ON icingadb.* TO 'module-dev'@'127.0.0.1' IDENTIFIED BY 'icinga0815';"
|
||||
echo "GRANT ALL ON icingadb.* TO 'module-dev'@'127.0.0.1' IDENTIFIED BY 'icinga0815!';"
|
||||
) |mysql -uroot icingadb
|
||||
|
|
|
|||
Loading…
Reference in a new issue