Upgrade to 8 Causes Runtime Error
Posted by: Mike Berro
Date: May 15, 2018 12:27PM

I have updated my connector from 6.5 to 8, and now when connecting using VB.NET I get the error "The host mysql.domain.com does not support SSL connections". Any ideas?

Dim sConn As String = "server=mysql.domain.com;user=myusername;database=mydatabasename;port=3306;password=mypassword;Convert Zero Datetime=True;"
m_MySQLConn = New MySqlConnection(sConn)
Try
m_MySQLConn.Open()
...

Options: ReplyQuote


Subject
Written By
Posted
Upgrade to 8 Causes Runtime Error
May 15, 2018 12:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.