uninstall - ZABBIX Forums
www.zabbix.com › forum › zabbix-helpIf your goal is clean zabbix server I would suggest to take a look in existing databases before continue. Enter mysql -uroot -p show databases; if there is database 'zabbix' standing by then we can erase it: drop database zabbix; Create new database 'zabbix' and user 'zabbix' with password 'zabbix'
Uninstall - ZABBIX Forums
www.zabbix.com › forum › zabbix-helpYou basically reverse the install process. stop zabbix. remove binaries (usualy found in /usr/local/sbin) remove the php files (this depends on your distribution) run the mysql client. - drop database zabbix; (unless you specified a different name) - quit. delete the zabbix config directory. - rm -rf /etc/zabbix.