Creating a New Database and User
CREATE DATABASE forum; GRANT All ON forum.* TO forumadmin@localhost IDENTIFIED BY 'xxx' drop database forum;