Search found 1 match
- Sat Mar 28, 2015 7:49 am
- Forum: Plugin General
- Topic: [HELP] Syslog not showing Available Hosts and Log Messages
- Replies: 15
- Views: 12204
Re: [HELP] Syslog not showing Available Hosts and Log Messag
Hello,you can try my method as follows My server version:CentOS 6.6 -------mysql-------- [root@cacti syslog]# mysql -u root -p -A syslog < syslog.sql Enter password: mysql> grant all on syslog.* to cactiuser@localhost identified by "cactiuser"; mysql> flush privileges; mysql> quit -------S...