13650744420 发表于 2017-9-24 22:10:33

求助,cacti安装报错

centos6.5安装cacti-1.1.19到了web后报这个错,
ERROR: Your Cacti database login account does not have access to the MySQL TimeZone database. Please provide the Cacti database account "select" access to the "time_zone_name" table in the "mysql" database, and populate MySQL's TimeZone information before proceeding.


13650744420 发表于 2017-9-25 10:26:46

已解决**bash环境下执行mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysqlmysql环境下 mysql> use mysql; mysql> GRANT SELECT ON mysql.time_zone_name TO cactiuser@localhost; mysql> flush privileges;**

platonafection 发表于 2017-9-24 23:38:49

学习一下。

小虫会飞 发表于 2017-9-26 22:01:07

sdasdasdasdas

kernel 发表于 2017-9-29 09:52:05

自己解决,能够分享解决方法,很棒。。

mayiwen123456 发表于 2017-9-29 11:46:45

https://www.iyunv.com/thread-403469-1-1.html

leidian00 发表于 2017-12-11 14:18:02

用ezcacti很简单,直接安装
页: [1]
查看完整版本: 求助,cacti安装报错