adapter: mysql
database: PandaLogDB
username: xxxx-xxxxx
password: xxxxxxxxx
host:xxxxxxx.xxxxx.xxx
it still does not connect to the remote DB and keeps looking into the Local DB which i have deployed some sample data
for intial development purposes.Are there any other specific configuration changes i need to make to tell the application
to look into a remote DB or does it require some more additional data like the Port and stuff in the database.yml file .I still want the DB to lie on that server and connect to it from both my development and production instances.could you guys please help me out here .Thanks
-P