RuntimeError: ‘cryptography‘ package is required for sha256_password or caching_sha2_password auth m
RuntimeError: ‘cryptography‘ package is required for sha256_password or caching_sha2_password auth m
通过pycharm链接mysql数据库时,查询表报错提示:
RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods
方法1:重启MySQL
① 以管理员身份,cmd
中输入命令行“net start MySQL80
”(根据安装的版本,MySQL8
0这里服务名称不一样),来启动mysql
② 输入 “mysql”,进入MySQL。