You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: