Skip to content

Instantly share code, notes, and snippets.

@nekopanic
Created August 26, 2016 05:18
Show Gist options
  • Save nekopanic/dd8c56323149c46ab6efab1231357c4d to your computer and use it in GitHub Desktop.
Save nekopanic/dd8c56323149c46ab6efab1231357c4d to your computer and use it in GitHub Desktop.
DATABASE_URL with mysql2
export DATABASE_URL="`echo $DATABASE_URL | sed -e 's/^mysql:/mysql2:/'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment