> mysql is trying to connect to localhost by default. Yes, i know that, but with stunnel, when i connect to localhost, it is suppose to connect to the remote server.
LinuxBox -> 3306 -> stunnel -> 3307 <----> 3307 <- stunnel <- 3306 <- Server On my linux box, i try to connect to local port 3306 and stunnel intercept communication to redirect it on remote 3307 port and to encrypt data. After this, the stunnel on the server box decrypt data and redirect them on the server 3306 port... I hope that you have understand what it is suppose to do.. > > Try to explicitly specify hostname: > > > mysql --host=host_name ... > I can't specify the host. Stunnel won't intercept data in order to encrypt them... To: [EMAIL PROTECTED] mysql@lists.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]