mysql> update mysql.user set authentication_string = password('*****') where user = 'root';
grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix';
mysql> update mysql.user set authentication_string = password('*****') where user = 'root';
grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix';