MySQL : The host localhost does not support SSL connections
When I moved database MySql.Data 7.0.7 to 8.0.8. I got following error
The host localhost does not support SSL connections.
So, here is the solution for this error ,Just add SslMode=none in connection string
server=localhost;user id=roor;password=xyz;persistsecurityinfo=True;port=123;database=TestDB; SslMode=none
Hope it helps !
Categories: ASP.NET, Sql Server
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Comments