"Authentication plugin '{0}' is not supported".format(plugin_name))
mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported
Python
(1)
收藏
我要回答
pip install MySQL-connector-python
参数添加
auth_plugin="mysql_native_password"
参数添加