Ad Widget

Collapse

using seperate (My)SQL Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    using seperate (My)SQL Server

    Hi

    I'm looking around for some advise, where i store the database by a separate MySQL Server. On the documentation, i look forward only to use mysql database at the same on zabbix machine...

    Have anyone issue for my problem ?

    PS: IT is also possible to store the zabbix database by Microsoft SQL Server instead of MySQL Server?
  • alixen
    Senior Member
    • Apr 2006
    • 474

    #2
    Hi,

    Originally posted by emperor
    I'm looking around for some advise, where i store the database by a separate MySQL Server. On the documentation, i look forward only to use mysql database at the same on zabbix machine...
    You can of course separate the database from zabbix server and frontend.
    For zabbix_server process, you just specify it in DBHost parameter instead of localhost.

    You have to do the same thing while installing PHP frontend : just replace localhost by the name of your DB server.

    Originally posted by emperor
    Have anyone issue for my problem ?

    PS: IT is also possible to store the zabbix database by Microsoft SQL Server instead of MySQL Server?
    Other supported DBMS are PostgreSQL and Oracle.

    Regards,
    Alixen
    http://www.alixen.fr/zabbix.html

    Comment

    Working...