HI guy,
I have a rails app and config database like below. If i have set up internet it works well, but without internet it will not connect to local database.
development:
adapter: mysql
encoding: utf8
reconnect: false
database: merpro_development
pool: 10
username: root
password: xxxxx
host: localhost
Can someone give me help to resolve the issue? thank you in advance.