Page 2 of 2

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

Posted: Mon Jan 21, 2019 12:35 am
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.

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

Posted: Mon Jan 21, 2019 5:52 pm
by tgriep
Thanks for the update.