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

mysql-err

dennaia
asked Apr 20, 2018
2 Answer
0

Can you ping 192.168.7.7?

View More
computer_freak_8
answered Apr 29, 2018
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';
View More
parthiban
answered May 8, 2018
Your Answer
||||
x
 
100:0