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
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
// Forward a local port to the database server and port, using the SSH server
73
-
//ForwardedPortLocal forwardedPort = new ForwardedPortLocal("127.0.0.1", databaseServer, (uint)databasePort); // Uses a random port
74
-
ForwardedPortLocalforwardedPort=newForwardedPortLocal("127.0.0.1",(uint)databasePort,databaseServer,(uint)databasePort);// Makes port same as database port
73
+
ForwardedPortLocalforwardedPort=newForwardedPortLocal("127.0.0.1",databaseServer,(uint)databasePort);// Uses a random port
0 commit comments