create user 'joe'@'localhost' identified by 'joe'; create database studio; grant all privileges on *.* to `joe`@`localhost`; flush privileges ;