create database widget_store_java;

grant all privileges on widget_store_java.* to 'javademo'@'localhost' identified by 'javademo' with grant option;

use widget_store_java;

show tables;

