标签:初始 share ISE amp arc where bin erp bst
CentOS 6.8搭建zabbix平台:安装httpd:
安装mysql:
update user set password=password(‘xxxxx‘) where user=‘root‘;
flush privileges;
exit
create database zabbix character set utf8 collate utf8_bin;
grant all on zabbix.* to zabbix@‘localhost‘ identified by ‘xxxx‘;
exit
安装php5.6(要求php5.6以上):
安装zabbix:
DBPassword=xxxxx (默认为注释掉的)
:wq
php_value date.timezone Asia/Shanghai (默认为注释掉的)
:wq
浏览器访问:http://ip/zabbix (配置略,比较简单),初始账号为:Admin(A为大写),密码:zabbix
标签:初始 share ISE amp arc where bin erp bst
原文地址:http://blog.51cto.com/yangzhiming/2350724