Update documentation.

This commit is contained in:
Gunnar Beutner 2013-09-30 09:04:49 +02:00
parent a326ddbb9f
commit 81a5ac44ac
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,8 @@ for MySQL is implemented.
#### Setting up the database
First of all you will need to create a database for Icinga 2:
# mysql -u root -p
mysql> CREATE DATABASE icinga;
@ -26,7 +28,10 @@ for MySQL is implemented.
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
#### Installing the IDO module