Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
C:\plink.exe user@remote_host_or_ip -pw password -ssh -N -C -L 13306:127.0.0.1:3306
set fs=createobject("wscript.shell")
fs.run "C:\plink.exe user@remote_host_or_ip -pw password -ssh -N -C -L 13306:127.0.0.1:3306", 0
"cscript C:\\ssh_remote_mysql.vbs"
"cmd /c taskkill /F /IM plink.exe"