SSL Connection Error while using MySQL Connector with Python

后端 未结 5 2078
余生分开走
余生分开走 2021-01-02 07:38

I\'m using Python 3.6 (but I get the same error with Python 2.7) and mysql-connector-python in an Anaconda\'s environment to code a simple script to access my database hoste

5条回答
  •  执念已碎
    2021-01-02 08:31

    I ran into the same issue on my mac, I was running mysql-connector-python version 8.0.16, I fixed the issue by downgrading to version 8.0.5

提交回复
热议问题