class ActiveRecord::Tasks::MySQLDatabaseTasks

def root_password

def root_password
  $stdout.print "Please provide the root password for your mysql installation\n>"
  $stdin.gets.strip
end