在Python中使用MySQL Connector收到“客户端不支持服务器请求的身份验证协议”错误
尊敬的StackOverflow朋友您好:
I'm receiving an strange error when connecting to a managed MySQL instance (DigitalOcean). The connection works on my Dev computer (Windows 8.1 machine), but not on the Prod server (CentOS 8, SELinux in permissive mode). The connectio...