Page 1 of 1
Nagios XI Installation Problem
Posted: Tue Sep 17, 2019 12:16 pm
by BollaertN
Problem resolved, thanks anyway!
Re: Nagios XI Installation Problem
Posted: Tue Sep 17, 2019 12:34 pm
by BollaertN
Problem resolved, thanks anyway!
Re: Nagios XI Installation Problem
Posted: Tue Sep 17, 2019 12:51 pm
by mbellerue
Excellent, glad you got past the first hurdle!
The second hurdle looks like it may be a recurring issue with MySQL/MariaDB. Try logging into the MySQL console, and running the following queries.
Code: Select all
drop user "ndoutils'@'localhost';
flush privileges;
Then exit out of there and see if the installation process is able to continue past the NDOUtils post install process.