mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
338 stars 108 forks source link

source and target url doesn't honor port number #25

Open niclaslindberg opened 11 years ago

niclaslindberg commented 11 years ago

When trying to run schemasync via ssh tunnels (3306 is not publicly available on our production machines) I found out the the port number on the url is not handled correctly.

mysql://root:XXX@localhost:2001/service_dev2

Does still go to 3306.