Update file path of icingaweb2 mysql schema for the manual installation procedure
This commit is contained in:
parent
73e24302c0
commit
963623bda1
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue