# File lib/active_record/vendor/mysql.rb, line 243
  def create_db(db)
    command COM_CREATE_DB, db
    self
  end