求助,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.
已解决**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;** 学习一下。 sdasdasdasdas 自己解决,能够分享解决方法,很棒。。 https://www.iyunv.com/thread-403469-1-1.html 用ezcacti很简单,直接安装
页:
[1]