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 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-juil.-2005 13:10)

>> From:    [EMAIL PROTECTED]

>> To:      [EMAIL PROTECTED]

>> 

>> 

>>>Hello.

>>>

>>>First check if you are able to establish TCP connection to  port

>>>which is linked by stunnel. Telnet or netcat could be helpful in this

>>>case. Use --host=xxx --protocol=tcp --port=xxx to explicitly specify

>>>connection parameters. See:

>>>  http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html

>>>

>>>

>>>

>>>

>>>[EMAIL PROTECTED] wrote:

>>>



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to