sqlalchemy 连接mysql报 RuntimeError: cryptograpy si requeired for sha256_password 错误

Posted 歪理斜说

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sqlalchemy 连接mysql报 RuntimeError: cryptograpy si requeired for sha256_password 错误相关的知识,希望对你有一定的参考价值。

cryptography is required for sha256_password or caching_sha2_password

需要cryptography模块的支持才能连接需要sha256_password or caching_sha2_password的数据库

pip install cryptography

 

以上是关于sqlalchemy 连接mysql报 RuntimeError: cryptograpy si requeired for sha256_password 错误的主要内容,如果未能解决你的问题,请参考以下文章

sqlalchemy + MySQL 连接超时

Flask,SQLAlchemy和多线程:MySQL连接太多

如何使用 Python+SQLAlchemy 远程连接 MySQL 数据库?

python使用SQLAlchemy模块连接MySQL

SqlAlchemy 的 MySQL (mariaDB) 连接错误

sqlalchemy连接 MySQL(转)