Hi
I am able to import create.sql.gz but not schema.sql.gz.
Is something wrong here or I can ignore schema?
I am able to import create.sql.gz but not schema.sql.gz.
Code:
# zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbixdb Enter password: # zcat /usr/share/doc/zabbix-proxy-mysql/schema.sql.gz | mysql -uzabbix -p zabbixdb Enter password: ERROR 1050 (42S01) at line 1: Table 'users' already exists root@courseware:/usr/share/doc/zabbix-server-mysql# dpkg -l | grep zabbix ii zabbix-apache-conf 1:4.4.6-1+bionic all Zabbix network monitoring solution - PHP front-end ii zabbix-frontend-php 1:4.4.6-1+bionic all Zabbix network monitoring solution - PHP front-end ii zabbix-proxy-mysql 1:4.4.6-1+bionic amd64 Zabbix network monitoring solution - proxy (MySQL) ii zabbix-release 1:4.4-1+bionic all Zabbix official repository configuration ii zabbix-server-mysql 1:4.4.6-1+bionic amd64 Zabbix network monitoring solution - server (MySQL)
Comment