AMP AMP
AMP
0
AMP

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

mysql-err

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

Answer

AMP
0
AMP

Can you ping 192.168.7.7?

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

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
a sample image
parthiban
asked May 08 2018
edited Oct 05 2018
Post your Answer