diff --git a/test_db.sql b/test_db.sql index b639f785..69cbd78d 100644 --- a/test_db.sql +++ b/test_db.sql @@ -1,3 +1,3 @@ CREATE database icingadb; -CREATE USER 'icingadb'@'127.0.0.1' IDENTIFIED BY 'icingadb'; -GRANT ALL PRIVILEGES ON icingadb.* TO 'icingadb'@'127.0.0.1'; \ No newline at end of file +CREATE USER 'module-dev'@'127.0.0.1' IDENTIFIED BY 'icinga0815!'; +GRANT ALL PRIVILEGES ON icingadb.* TO 'module-dev'@'127.0.0.1'; \ No newline at end of file