使用pymysql連接MySql數(shù)據(jù)庫報(bào)錯RuntimeError:
'cryptography' package is required for sha256_password or caching_sha2_password auth methods
該錯誤提示的意思是:sha256_password和caching_sha2_password兩種加密方式需要cryptography。
所以只需要安裝一下cryptography包就可以了:
pip install cryptography
文章來源:http://www.zghlxwxcb.cn/news/detail-721781.html
安裝完成后,重新執(zhí)行, 就ok了。文章來源地址http://www.zghlxwxcb.cn/news/detail-721781.html
到了這里,關(guān)于使用pymysql報(bào)錯RuntimeError ‘cryptography‘ package is required for sha256_password or caching_sha2_passw的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!