Hi Antony,

Here is what I get:
Both database, icinga  and icinga2   are created but empty.

mysql> use icinga2;

Database changed

mysql> show tables;

Empty set (0.00 sec)

mysql> use icinga;

Database changed

mysql> show tables;

Empty set (0.00 sec)



On Wed, Dec 14, 2016 at 5:31 PM, Antony Stone <
antony.st...@icinga.open.source.it> wrote:

> On Wednesday 14 December 2016 at 23:25:14, François Meehan wrote:
>
> > Hi,
> >
> > From the Ubuntu package.
>
> In that case you should not need to create the database yourself.  This
> should
> be done by the package installer for you.
>
> To check:
>
>         # mysql -p -e "show databases"
>
> If you have one called "icinga" or "icinga2" (my Icinga2 installed from the
> Debian package has the database "icinga2", so I'd expect the Ubuntu one to
> create the same) then try:
>
>         # mysql -p icinga2 -e "show tables"
>
> and see if it seems to have created the database for you.  If it does, you
> can
> proceed with the setup instructions, using the database name which you
> found.
>
>
> Hope that helps,
>
>
> Antony.
>
>
> --
> I conclude that there are two ways of constructing a software design: One
> way
> is to make it so simple that there are _obviously_ no deficiencies, and the
> other way is to make it so complicated that there are no _obvious_
> deficiencies.
>
>  - C A R Hoare
>
>                                                    Please reply to the
> list;
>                                                          please *don't* CC
> me.
> _______________________________________________
> icinga-users mailing list
> icinga-users@lists.icinga.org
> https://lists.icinga.org/mailman/listinfo/icinga-users
>



-- 

*François MEEHAN*
IT Manager | Responsable TI
*VuWall Technology, Inc.*
<http://vuwall.com>

*Tel:* +1 514-505-4436
*Skype:* VuWall-Support
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to