Update file path of icingaweb2 mysql schema for the manual installation procedure

This commit is contained in:
Pavlos Daoglou 2017-03-21 14:22:29 +02:00
parent 73e24302c0
commit 963623bda1
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ CREATE DATABASE icingaweb2;
GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icingaweb2.* TO 'icingaweb2'@'localhost' IDENTIFIED BY 'icingaweb2';
quit
mysql -p icingaweb2 < /usr/share/icingaweb2/etc/schema/mysql.schema.sql
mysql -p icingaweb2 < /usr/share/doc/icingaweb2/schema/mysql.schema.sql
```