server={0};user id={1};password={2};persistsecurityinfo=True;port={3};database={4};SslMode=none@H_404_0@(用数据库详细信息替换值)
解决方法我使用MySql.Data 8.08和.NET Core连接到MySql 5.7.18,但引发了以下异常:
MySql.Data.MySqlClient.MySqlException:“The host localhost does not supportSSL connections.”
怎么处理呢?