0

MySQL Service got Critical on Nagios Server

Hi there, i cannot monitor the MySQL Service on my Nagios monitoring i got the following error, please help me to resolve this error

Linux Monitoring tool Nagios MySQL Add a comment
dennaia
asked Apr 21 2018

Answer

0

Can you ping 192.168.7.7?

Add a comment
computer_freak_8
asked Apr 29 2018
edited Oct 05 2018
Post your Answer
0

you can try the below command inside your MySQL prompt to allow the specified host to access that MySQL server through remote

GRANT ALL ON *.* to 'user'@'192.168.7.7' IDENTIFIED BY 'password';
Add a comment
parthiban
asked May 08 2018
edited Oct 05 2018
Post your Answer