zi663227 发表于 2019-1-25 06:22:50

中小型规模网站集群架构:zabbix安装

\cp /usr/share/mysql/my-medium.cnf /etc/my.cnf  
启动MySQL/etc/init.d/mysqld start
  
创建用户并授权mysqlcreate database zabbix character set utf8 collate utf8_bin;grant all on zabbix.* to zabbix@'localhost' identified by 'zabbix';flush privileges;exit


页: [1]
查看完整版本: 中小型规模网站集群架构:zabbix安装