create database widget_store_grails;

grant all privileges on widget_store_grails.* to 'grailsdemo'@'localhost' identified by 'grailsdemo' with grant option;


use widget_store_grails;
show tables;

