aa0660 发表于 2019-1-25 06:27:49

centos6.5 源码安装zabbix3.0.8

  1、安装PHP及扩展包
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum -y install php56w php56w-gd php56w-mysql php56w-bcmath php56w-mbstring php56w-xml php56w-ldap  

  2、安装mysql及配置
rpm -ivh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
yum install -y mysql-server mysql-devel
/etc/init.d/mysqld start
mysql_secure_installationEnter current password for root (enter for none):
页: [1]
查看完整版本: centos6.5 源码安装zabbix3.0.8