报错
RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods
连 MySQL 报 "cryptography package is required"
本地 SQLite 跑得好好的,换成服务器上的 MySQL 就起不来。原因不在代码,在 MySQL 8 换了默认的密码认证方式。
1 分钟
1 次阅读