This is a Heroku buildpack for heroku, that installs and adds msyql (5.6) binaries to the $PATH on the dynos.
Example usage:
$ heroku buildpacks:add https://github.com/daetherius/heroku-buildpack-mysql
$ git push heroku master
Based on gaumire's work.