getdave / grunt-deployments

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

Custom port option for database connection #26

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.

getdave commented 10 years ago

@dbisso Thanks very much for submitting this. I must confess I missed the notification. I will review and attempt to merge asap.

Could you please amend the pull request to go into "develop" branch as well please?

dbisso commented 10 years ago

No problem - thanks for the good work.

I'm not sure how to amend the PR destination so I've created a separate one for the develop branch. Feel free to close this one if needed.

getdave commented 10 years ago

Ok closing this one in favour of one that is going into the develop branch.