Add to the connection
string:SslMode=None;
Example:
<add name=”dvaContext” connectionString=”server=192.168.0.106;port=3306;user id=root;password=123456;database=santou;persistsecurityinfo=True;ConvertZeroDateTime=true;AllowUserVariables=True;SslMode=None;” providerName=”MySql.Data.MySqlClient” />
Similar Posts:
- [Solved] No connection string named ‘TestEntities’ could be found in the application config file
- C#: connect to MySQL and prompt SSL connection error [How to Solve]
- How to Solve the inaccessibility of Website After the SSL certificate is added
- Trouble Connecting to sql server Login failed. “The login is from an untrusted domain and cannot be used with Windows authentication”
- [Solved] ER_NOT_SUPPORTED_AUTH_Mode node connection database error
- [Solved] Error 1054 (42s22) unknown column ‘password’ in ‘field list’ when updating the password of mysql5.7 or above
- Solve the problem of unknown column ‘password’ in ‘field list’ in MySQL
- [Solved] Error when connecting to MySQL when creating Django project
- [Solved] SQLyog Connect MYSQL Error: 2058 plugin caching_sha2_password could not be loaded
- [Solved] Mysql 5.7 Change Passwords ERROR 1054 (42S22): Unknown column ‘password’ in ‘field list’