mirror of https://github.com/Icinga/icinga2.git
Update documentation.
This commit is contained in:
parent
a326ddbb9f
commit
81a5ac44ac
|
@ -8,6 +8,8 @@ for MySQL is implemented.
|
||||||
|
|
||||||
#### Setting up the database
|
#### Setting up the database
|
||||||
|
|
||||||
|
First of all you will need to create a database for Icinga 2:
|
||||||
|
|
||||||
# mysql -u root -p
|
# mysql -u root -p
|
||||||
|
|
||||||
mysql> CREATE DATABASE icinga;
|
mysql> CREATE DATABASE icinga;
|
||||||
|
@ -26,7 +28,10 @@ for MySQL is implemented.
|
||||||
|
|
||||||
mysql> quit
|
mysql> quit
|
||||||
|
|
||||||
# cd /path/to/icinga-src/module/idoutils/db/mysql
|
After creating the database you can import the Icinga 2 IDO schema using the
|
||||||
|
following commands:
|
||||||
|
|
||||||
|
# cd /path/to/icinga-src/components/db_ido_mysql/schema
|
||||||
# mysql -u root -p icinga < mysql.sql
|
# mysql -u root -p icinga < mysql.sql
|
||||||
|
|
||||||
#### Installing the IDO module
|
#### Installing the IDO module
|
||||||
|
|
Loading…
Reference in New Issue