Just add SslMode = none; at the end of the join statement
string connectstr=“server=localhost;port=3306;database=test;uid=root;pwd=;SslMode = none;”;
Just add SslMode = none; at the end of the join statement
string connectstr=“server=localhost;port=3306;database=test;uid=root;pwd=;SslMode = none;”;