Atalho para criar DB no mysql
create database dbname; create user dbuser; grant all on dbname.* to 'dbuser'@'localhost' identified by 'senhatemp';