centos7 安装Zabbix3.0
摘要:1 安装Mariadb数据库(代替MySQL)yum -y install mariadb*systemctl start mariadbsystemctl enable mariadb #自启动 2 创建数据库create database zabbix;use zabbix;授权Zabbix账号
阅读全文
posted @ 2016-05-23 17:03
posted @ 2016-05-23 17:03