Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Remote access recommendations Pin
Randor 24-Jan-20 8:14
professional Randor 24-Jan-20 8:14 
GeneralRe: Remote access recommendations Pin
Southmountain24-Jan-20 8:23
Southmountain24-Jan-20 8:23 
GeneralRe: Remote access recommendations Pin
pkfox24-Jan-20 21:47
professionalpkfox24-Jan-20 21:47 
GeneralRe: Remote access recommendations Pin
CCostaT27-Jan-20 4:05
CCostaT27-Jan-20 4:05 
GeneralRe: Remote access recommendations Pin
pkfox27-Jan-20 11:23
professionalpkfox27-Jan-20 11:23 
GeneralRe: Remote access recommendations Pin
CCostaT27-Jan-20 23:17
CCostaT27-Jan-20 23:17 
GeneralRe: Remote access recommendations Pin
pkfox28-Jan-20 8:42
professionalpkfox28-Jan-20 8:42 
GeneralRe: Remote access recommendations Pin
CCostaT28-Jan-20 22:29
CCostaT28-Jan-20 22:29 
It doesn't. That's the great thing about it. From the app point of view, it's always connecting to a database on your local machine. You don't need to setup environment variables, hardcode credentials in code, etc, etc

Here is my PuTTY setup. Create and save a PuTTY session (just to make things easier) and then add the ports you want (replace 127.0.0.1 with the IP address of your server). When you connect to the session, PuTTY will setup everything:

https://i.imgur.com/qSX8pW2.png[^]

If you want to make everything even easier, generate a ssh key pair. In that case you don't even need to provide a username/password.Just open the session and that's it.

BTW, we are talking about databases but this works for any kind o server. As long as it's something listening on a port, you can do this.

EDIT: Just realized something. Setp 5 is wrong. After step 4, save the session otherwise you'll need to do this everytime you connect. Then do step 5
GeneralRe: Remote access recommendations Pin
pkfox29-Jan-20 7:33
professionalpkfox29-Jan-20 7:33 
GeneralRe: Remote access recommendations Pin
CCostaT29-Jan-20 23:49
CCostaT29-Jan-20 23:49 
GeneralRe: Remote access recommendations Pin
pkfox31-Jan-20 6:29
professionalpkfox31-Jan-20 6:29 
GeneralRe: Remote access recommendations Pin
CCostaT2-Feb-20 22:31
CCostaT2-Feb-20 22:31 
GeneralRe: Remote access recommendations Pin
pkfox3-Feb-20 2:18
professionalpkfox3-Feb-20 2:18 
GeneralRe: Remote access recommendations Pin
CCostaT3-Feb-20 22:42
CCostaT3-Feb-20 22:42 
GeneralRe: Remote access recommendations Pin
pkfox4-Feb-20 10:11
professionalpkfox4-Feb-20 10:11 
GeneralRe: Remote access recommendations Pin
CCostaT4-Feb-20 22:37
CCostaT4-Feb-20 22:37 
GeneralRe: Remote access recommendations Pin
pmauriks12-Feb-20 19:49
pmauriks12-Feb-20 19:49 
GeneralThought of the Day Pin
OriginalGriff24-Jan-20 4:42
mveOriginalGriff24-Jan-20 4:42 
GeneralRe: Thought of the Day Pin
DRHuff24-Jan-20 4:57
DRHuff24-Jan-20 4:57 
GeneralRe: Thought of the Day Pin
W Balboos, GHB24-Jan-20 4:58
W Balboos, GHB24-Jan-20 4:58 
GeneralRe: Thought of the Day Pin
honey the codewitch24-Jan-20 5:36
mvahoney the codewitch24-Jan-20 5:36 
GeneralRe: Thought of the Day Pin
Mark_Wallace24-Jan-20 7:10
Mark_Wallace24-Jan-20 7:10 
GeneralMy cat has so many tiny adorable opinions Pin
honey the codewitch24-Jan-20 4:35
mvahoney the codewitch24-Jan-20 4:35 
GeneralRe: My cat has so many tiny adorable opinions Pin
Marc Clifton24-Jan-20 4:38
mvaMarc Clifton24-Jan-20 4:38 
GeneralRe: My cat has so many tiny adorable opinions Pin
TheGreatAndPowerfulOz24-Jan-20 5:26
TheGreatAndPowerfulOz24-Jan-20 5:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.