on MySQL server:

create database hue;
grant all on hue.* to 'hue'@'localhost' identified by 'hue';
grant all on hue.* to 'hue'@'%' identified by 'hue';

stop HUE service

start HUE service