I'm trying to do the above. HeidiSQL has a load of settings and I have a load of possible values, but I'm not sure exactly what goes where. Here are the different places I can put values
And the values I have are as follows:
- The IP address of the database (v)
- The port the database uses (w)
- The database username and password (x)
- My ssh private key (y)
- The port I'm going to use on my computer (z)
I've tried many combinations, but generally get the response:
PLink exited unexpected. Command line was: C:\Program Files\PuTTY\plink.exe -ssh [ip address] -P [database port] -i [private key location] -N -L [my port]:[id address]:[database port]
Thank you for your time.