Page 1 of 1

MySQL database

Posted: Fri Feb 20, 2015 12:53 am
by dhananjay
Can we use single instance of MYSQL database for multiple XI servers? Can we install MYSQL on one machine and the XI server on another? if so how can we configure it?

Re: MySQL database

Posted: Fri Feb 20, 2015 2:32 am
by litsupport.box
We do the following in our organisation: http://assets.nagios.com/downloads/nagi ... Server.pdf

Re: MySQL database

Posted: Fri Feb 20, 2015 9:03 am
by scottwilkerson
@litsupport.box is on track, however it is worth pointing out, if you are using the same server for multiple installs, you will need to name the DBs something different for each, XI install.

i.e. They can share the same MySQL server but not share the same databases.

Re: MySQL database

Posted: Fri Feb 20, 2015 9:09 am
by litsupport.box
scottwilkerson wrote:@litsupport.box is on track, however it is worth pointing out, if you are using the same server for multiple installs, you will need to name the DBs something different for each, XI install.

i.e. They can share the same MySQL server but not share the same databases.
Good thing to know, haven't had to do anything like that since im only using one still good to know thx.

Re: MySQL database

Posted: Fri Feb 20, 2015 9:12 am
by scottwilkerson
@dhananjay - Let us know if this answered your original query.

Thanks