【发布时间】:2018-10-29 04:40:02
【问题描述】:
我目前正在尝试使用 Python 的 Django 框架创建一个 Web 应用程序,同时通过 MySQL 创建数据库。我正在运行 Windows 10、Django 2、Python3.6 和 MySQL 8。我尝试了很多修复,但似乎没有任何效果。当我尝试在本地运行测试用例或运行服务器时,我收到相同的错误:django.db.utils.OperationalError: (2059, "Authentication plugin 'caching_sha2_password' cannot be load: The specified module could not be found.\r \n")
【问题讨论】:
-
有人有解决这个问题的办法吗?
标签: python mysql django windows web