天天看点

rails 6.0.0.rc1 连接 阿里云rds数据库

config/database.yml

development:  
  url: mysql2://rm-xxxxxxxxx.mysql.rds.aliyuncs.com
  database: database_development
  adapter: mysql2
  encoding: utf8
  port: 3306
  username: root_prod
  password: 
           

继续阅读