小码问答,有问必答!

Python链接数据库报错

"Authentication plugin '{0}' is not supported".format(plugin_name))

mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported


Python

收藏

1个回答

我要回答

  • author
    牛叔叔 2020-05-18 15:00
    pip install MySQL-connector-python


    参数添加

    auth_plugin="mysql_native_password"