pycharm远程连接ecs上的mysql,报错:

RuntimeError: cryptography is required for sha256_password or caching_sha2_password

报错原因:mysql版本身份验证出现问题引起的

解决方案:安装 cryptography

RuntimeError: cryptography is required for sha256_password or caching_sha2_password

相关文章: