Thank you Thomas, Here are the instructions of how to make SQLStudio connect over a secure line [from windows client to linux server]:
a) Download and install Cygwin (with ssh and inet modules) b) start cygwin. c) type in bash window: ssh -L 7210:localhost:7210 [EMAIL PROTECTED] d) enter password e) invoke SQLStudio on client machine. f) Enter server: (localhost:7210), database name, user and password g) You should now be using a secure line. (unless I have missunderstood how ssh works that is....) Regards Jon Loken -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
