mysql ssl连接 报错 返回

SqlSugar 沟通中
1 274

 SqlSugarCore 使用ssl连接报错中文提示 :  连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,错误信息:SSL Authentication ErrorDbType="MySql";ConfigId="".

English Message : Connection open error . SSL Authentication ErrorDbType="MySql";ConfigId="" 

使用 SqlSugar未报错

热忱回答1

  • fate sta fate sta VIP0
    2025/8/22

    SSL Authentication Error

    方案:字符串加上 SslMode=none;AllowPublicKeyRetrieval=True;


    0 回复