Setting up Sharetribe for production ERROR

Hi,

I try prepare sharetribe for production mode, I see the oficial instructions (https://github.com/sharetribe/sharetribe#setting-up-sharetribe-for-production) but I in the step number 2.Create the database I have this error:

Mysql2::Error: Access denied for user ‘MY DATABASE USER’@‘%’ to database ‘sharetribe_production’: CREATE DATABASE sharetribe_production DEFAULT CHARACTER SET utf8
Couldn’t create database for {“adapter”=>“mysql2”, “database”=>“sharetribe_production”, “encoding”=>“utf8”, “username”=>“MY DATABASE USER”, “password”=>“MYPERSONALPASSWORD”, “host”=>“localhost”}
rake aborted!
ActiveRecord::StatementInvalid: Mysql2::Error: Access denied for user ‘DATABASE USER’@‘%’ to database ‘sharetribe_production’: CREATE DATABASE sharetribe_production DEFAULT CHARACTER SET utf8