mysql - is it possible to specify the IP address for a second database connection on heroku -



mysql - is it possible to specify the IP address for a second database connection on heroku -

i have heroku app , utilize heroku postgres main repo. want access sec database in read manner info hosted on 3rd party. have seen reply multiple databases here doesn't solve our static ip issue: how utilize multiple databases 1 rails 3.1 app in heroku? (ie second_database_url). should mention read much of active record infrastucture irrelevant.

we want create connection, hash , inert locally (never doing migrations against sec database), etc...

however, read-only user going create needs ip address. there way me static ip or proxy these mysql requests easily?

i have seen quotaguard static looks http requests. or utilize in scenario.

thx

mysql ruby-on-rails heroku

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -