Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created July 30, 2012 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lscott3/3209087 to your computer and use it in GitHub Desktop.
Save lscott3/3209087 to your computer and use it in GitHub Desktop.
Configure heroku app to use a mysql db.
heroku config:add DATABASE_URL=mysql2://username:password@ip.goes.here/data_base_name --app heroku-app-name
@lazezo2
Copy link

lazezo2 commented Nov 19, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment