lmiltchev wrote:Try:from the Nagios XI server or ssh into the offloaded mysql server, and run the command locally:Code: Select all
mysql -h 10.200.1.152 -u nagios -pnagios nagios -e 'TRUNCATE TABLE nagios_logentries'Code: Select all
mysql -u nagios -pnagios nagios -e 'TRUNCATE TABLE nagios_logentries'
Hi still getting, Access denied
mysql -h 10.200.1.152 -u nagios -pnagios nagios -e 'TRUNCATE TABLE nagios_logentries'
ERROR 1045 (28000): Access denied for user 'nagios'@'10.200.1.152' (using password: YES)