mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-03 22:04:28 -04:00
Add temporary mysql-server to test/coverage-containers
This commit is contained in:
parent
789e513217
commit
a245049ffe
1 changed files with 3 additions and 0 deletions
3
test_db.sql
Normal file
3
test_db.sql
Normal file
|
|
@ -0,0 +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';
|
||||
Loading…
Reference in a new issue