Backup and Restore Zabbix Server
Backup and Restore Zabbix Server
Backup and Restore Zabbix Server
(2) Delete database and create a new one with the right permissions
# mysql -u'root' -p'rootDBpass' -e "drop database zabbix"
# mysql -u'root' -p'rootDBpass' -e "create database zabbix character set utf8 collate utf8_bin;"
# mysql -u'root' -p'rootDBpass' -e "grant all privileges on zabbix.* to zabbix@localhost identified by
'zabbixDBpass';"
============================End Of Documentation==========================