grant usage on * . * to 'dp_user'@'localhost' identified by 'dp_user';
create database `dotproject`;
grant all privileges on `dotproject`. * to 'dp_user'@'localhost';
http://www.apachefriends.org/en/xampp-macosx.html