bug on SshOptions.Port?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
vladimirol

bug on SshOptions.Port?

Post by vladimirol » Wed 07 Sep 2005 16:19

Hallo,

i try to connect to a mysql server using ssh.
Mysql on this server is'n in standard port 22, so i set myConn.SshOptions.Port = ****

I can't connect and i have this error:
Can't connect to MySQL server on 'localhost' (10061)

Well, i see with netstats that the program try di connect with the defalut port:
TCP IBM-F77A08FDB19:1076 213.215.196.149:22 SYN_SENT

It's a bug or i'm missing something?

thanks,
Vladimiro

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Thu 08 Sep 2005 08:08

Thank you for your message. It is a bug in MySQLDirect.NET. Now It is working only with default SSH port.
We have fixed this problem for the MySQLDirect .NET.
Look forward for the next build.

Post Reply