`
lzqustc
  • 浏览: 206638 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
社区版块
存档分类
最新评论

ActiveRecord连接远程数据库

阅读更多

ActiveRecord::Base.establish_connection(
         :adapter => 'mysql',
#         :host => 'localhost',        #本地
         :host => '192.xxx.xxx.xxx',
         :port => 53306,              #默认为3306

         :password => 'password',
         :encoding => 'utf8',
         :username => 'root',
         :password => 'password',

         :database => 'boast'
    )

 

 

<!--EndFragment-->
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics