From: Gunnar Beutner Date: Mon, 30 Sep 2013 07:04:49 +0000 (+0200) Subject: Update documentation. X-Git-Tag: v0.0.3~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81a5ac44ac78352bab283b96eb23a67c4203ff1e;p=icinga2 Update documentation. --- diff --git a/doc/2.1.4-setting-up-ido.md b/doc/2.1.4-setting-up-ido.md index 1d5647425..af661a6d1 100644 --- a/doc/2.1.4-setting-up-ido.md +++ b/doc/2.1.4-setting-up-ido.md @@ -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