create user 'User'@'localhost' identified by 'Password';
create database Database;
grant all on Database.* to 'User'@'localhost';
create user 'User'@'localhost' identified by 'Password';
create database Database;
grant all on Database.* to 'User'@'localhost';