I have an existing MySQL database and would like to build a Rails app on top of it. How do I deploy my app to Heroku but still use my existing database instead of the default PostgreSQL database?
EDIT Rephrasing the question slightly (formerly, it was "Is it possible to deploy...").