User Permission MySQL

CREATE DATABASE forum;
GRANT All ON forum.* TO forumadmin@localhost IDENTIFIED BY 'xxx'
drop database forum;