create user 'http'@'%' identified by 'httppw'; grant select on digimode_stats.* to 'http'@'%'; create user 'grafana'@'%' identified by 'grafanapw'; grant select on digimode_stats.* to 'grafana'@'%';