class ActiveRecord::Tasks::MySQLDatabaseTasks

def create

def create
  establish_connection(configuration_hash_without_database)
  connection.create_database(db_config.database, creation_options)
  establish_connection(db_config)
end