CentOS7 無法安裝Cacti - Linux

Table of Contents

不才小弟想請教廣大的版友

近日安裝兩次Cacti都卡在同樣問題


MySQL TimeZone Support

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.

一直試不出哪裡需要改更@@

http://blog.itist.tw/2016/03/install-cacti-graphing-system-monitoring-tool-on
-centos-7.html

--

All Comments

Kama avatarKama2017-04-04
字面寫的不是很明顯嗎?
Sarah avatarSarah2017-04-06
先前我為了升級cacti到1.0x版PHP和MYSQL搞了半天總算
Oscar avatarOscar2017-04-07
可以跑了,結果weathermap不支援只好默默降回去QQ
Hedda avatarHedda2017-04-10
那時候我有執行
Emma avatarEmma2017-04-12
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u
root -p mysql (接成一行)
Blanche avatarBlanche2017-04-13
怎麼弄的我也忘了QQ
Selena avatarSelena2017-04-15
mysql裏面cacti這個帳號要對mysql的timezone等資料表
有存取權限
Noah avatarNoah2017-04-20
那時毛多到我差點想把cacti的database的使用者設成root
Ina avatarIna2017-04-20
grant select on `mysql`.`time_zone_name` to `cacti`@
`localhost`;
PS. to 的後面是你cacti帳號,請依照實際狀況修正。
Erin avatarErin2017-04-24
然後記得 flush privileges;
Aaliyah avatarAaliyah2017-04-25
你show grants for cactiuser@localhost; 看看格式,照
那個修改看看。
Lauren avatarLauren2017-04-25
timezone權限
CentOS 7 安裝 Cacti Server - http://wp.me/p5RAK2
-1aY
Regina avatarRegina2017-04-28
Xanthe avatarXanthe2017-05-01
剛筆記過,給你參考