MySQL db configuration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: MySQL db configuration

Post by slansing »

If the server is remote be sure to supply the address like so:

Code: Select all

mysql -u validmysqlusername -p'testpassword' -h 10.1.1.1
Locked