Ad Widget

Collapse

Installation issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Spawny
    Junior Member
    • Oct 2013
    • 1

    #1

    Installation issue

    Hi all - I have followed the instructions to the letter on installing Zabbix 2.0.8 on an Ubuntu server (clean install) but am now tearing my hair out trying to populate the database! (https://www.zabbix.com/wiki/howto/in.../ubuntuinstall)

    I run this command >> mysql -D zabbix -uzabbix -pzabbix < /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql

    and get this error >> -bash: /home/zabbix/zabbix-2.0.8/create/schema/mysql.sql: No such file or directory

    The directory is there but it is empty....
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    Try:
    Code:
    /usr/share/doc/zabbix-server-mysql-2.0.8/create/data.sql
    or find location of data.sql file manually:
    Code:
    find / -name '*.sql'
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...