Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 430 Bytes

Heroku buildpack: MySQL

This is a Heroku buildpack for heroku, that installs and adds msyql (5.6) binaries to the $PATH on the dynos.

Usage

Example usage:

$ heroku buildpacks:add https://github.com/daetherius/heroku-buildpack-mysql
$ git push heroku master

Based on gaumire's work.