getdave / grunt-deployments

MYSQL database deployments using GruntJS
MIT License
72 stars 34 forks source link

Custom port option for database connection #27

Closed dbisso closed 10 years ago

dbisso commented 10 years ago

I use MAMP for local development which runs MySQL on port 8889 rather than the standard 3306. This PR adds the option to specify a custom port for the database connection. Hopefully it will help others in a similar situation.

My previous PR https://github.com/getdave/grunt-deployments/pull/26 was against master, this one is against develop as requested.

getdave commented 10 years ago

@dbisso Thanks so much for your work on this. I have merged into develop. Reviewing now pending a full release.

dbisso commented 10 years ago

@getdave No problem, thanks for merging it.