I am new Ruby on Rails. I need to access mysql database of one server (For example, xxx.xxx.xx) to another server (xxx.xxx.xx) in ruby on rails. is this possible in ruby script?
Can you anybody guide me?
I am new Ruby on Rails. I need to access mysql database of one
Share
You just need to mention host and port in your
database.ymlfile.