DB.nagios alias is not DB.nagiosql's alias

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
yangzhiyao2653
Posts: 27
Joined: Fri May 18, 2018 1:15 am

Re: DB.nagios alias is not DB.nagiosql's alias

Post by yangzhiyao2653 »

The problem is due to the confirmed 5.4.12 version cannot be ndoutil correctly written to the database in the form of utf8, fixes the bug in the 5.5 version.Don't upgrade processing method is as follows:

Edit the /etc/my.cnf file on the server and under this section
[mysqld]

Add this
character-set-client-handshake = FALSE

Restart the mariadb server and it should display the data.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: DB.nagios alias is not DB.nagiosql's alias

Post by tgriep »

Thanks for the update.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked