Closed dbisso closed 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.
8889
3306
My previous PR https://github.com/getdave/grunt-deployments/pull/26 was against master, this one is against develop as requested.
@dbisso Thanks so much for your work on this. I have merged into develop. Reviewing now pending a full release.
@getdave No problem, thanks for merging it.
I use MAMP for local development which runs MySQL on port
8889
rather than the standard3306
. 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.