command

Create MySQL database and new user

mysql> create database donie_drupal;
mysql> grant all privileges on donie_drupal.* to donie_user@'localhost'
identified by 'P4ssw0rd' with grant option;