1、启动 zabbix,ps aux |grep zabbix 发现没有 zabbix_server。
# cat /var/log/zabbix/zabbix_server.log
4720:20170331:024448.126 [Z3001] connection to database 'zabbix' failed: [1044] Access denied for user ''@'localhost' to database 'zabbix'
4720:20170331:024448.126 Cannot connect to the database. Exiting...
原因:不能连接数据库,没有创建 zabbix 数据库,并且没有授权
解决:参考 zabbix 服务端安装
2、
- date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most lik