...
CREATE USER 'mystorage'@'localhost' identified by 'mystorage';
GRANT ALL PRIVILEGES ON dbTestdemo.* To 'mystorage'@'localhost';
...
...
CREATE USER 'mystorage'@'localhost' identified by 'mystorage';
GRANT ALL PRIVILEGES ON dbTestdemo.* To 'mystorage'@'localhost';
...