Ad Widget

Collapse

Please add database details to proxy documentation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varnav
    Member
    • Jul 2009
    • 36

    #1

    Please add database details to proxy documentation

    Hello!

    Docs say that proxy needs a DB, but gives no details how to set it up.

    Setup is easy:

    Code:
    cd /usr/share/doc/zabbix-proxy-mysql-2.4.7/create
    mysql -uroot -e "create database zabbix_proxy"
    mysql -uroot zabbix_proxy < schema.sql
    Please add this to docs
    Last edited by varnav; 12-02-2016, 14:55.
  • moxy
    Junior Member
    • Feb 2016
    • 6

    #2
    What I don't understand is why the install script not create the DBs automatically. The Server installer does it.

    Comment

    Working...