Re: Re-2: Socket Problem

2005-07-20 Thread Gleb Paharenko
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

Re: Re-2: Socket Problem

2005-07-20 Thread Bastian Balthazar Bux
[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 ---