I'm trying to install NagiosQL. I downloaded the GitHub tar file and extracted the files to the Apache documentroot. I tried running the installation script from the webpage.
The installation script gives an error that MySQL is not installed. I installed the MySQL server community edition from source.
I know NagiosQL is not created by Nagios, or at least I don't think so, but the official NagiosQL website is down with a specific error message.
Is there anyone on this forum who knows if the problem is with the fact that MySQL is the community edition? The mysql version is higher than 5.
NagiosQL not regognizing mysql
Re: NagiosQL not regognizing mysql
What's the output of mysql -V? The support we're going to be able to provide for NagiosQL is very limited at best. Using the community version of MySQL with NagiosQL is untested by us as well as far as I know.
Former Nagios Employee.
me.
me.
Re: NagiosQL not regognizing mysql
Code: Select all
mysql Ver 14.14 Distrib 5.7.10, for Linux (x86_64) using EditLine wrapper
It turns out I did not install php-mysql yet.
After I installed it, the error disappeared.
Thanks again!
Re: NagiosQL not regognizing mysql
Thanks for the update, amx - glad to hear it worked out. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!