You are using MySQL for proxy, right ?
One idea - did you precisely followed directions in
while creating proxy DB:
Pay attention to 'character set utf8 collate utf8_bin', it is important.
Is it so with your proxy DB ?
One idea - did you precisely followed directions in
while creating proxy DB:
Code:
shell> mysql -u<username> -p<password> mysql> create database zabbix character set utf8 collate utf8_bin; mysql> quit; shell> mysql -u<username> -p<password> zabbix < database/mysql/schema.sql
Is it so with your proxy DB ?
Comment