Hello.
Are you able to connect to 3306 port on your localhost using telnet or
netcat? You should check if stunnel works properly on Linux.
Bastian Balthazar Bux <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>> When i try
>>
>> mysql -h server --port=3306 --protocol=TCP -u us
[EMAIL PROTECTED] wrote:
> When i try
>
> mysql -h server --port=3306 --protocol=TCP -u user --password=xxx it works!
>
> The real problem is when using stunnel, i have to do as if i will connect to
> a local server... On windows it works but not on linux... :(
>
> Original Message ---
When i try
mysql -h server --port=3306 --protocol=TCP -u user --password=xxx it works!
The real problem is when using stunnel, i have to do as if i will connect to a
local server... On windows it works but not on linux... :(
Original Message
Subject: Re: Socket Problem (20-jui
> 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 330