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.
DB.nagios alias is not DB.nagiosql's alias
-
yangzhiyao2653
- Posts: 27
- Joined: Fri May 18, 2018 1:15 am
Re: DB.nagios alias is not DB.nagiosql's alias
Thanks for the update.
Be sure to check out our Knowledgebase for helpful articles and solutions!