码迷,mamicode.com
首页 > 数据库 > 详细

服务器重启后 django无法连接mysql数据库的解决方法

时间:2019-10-14 12:49:39      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:sql   远程   运行命令   解决方法   rap   mysql   手动   word   解决   

问题描述:

 

远程linux服务器,centOS7系统 采用uwsgi+django+pymysql的方式连接mysql数据库. 

在服务器重启之后, 启用uwsgi之后(直接运行django运行命令也是一样python manage.py runserver), 无法连接到数据库.

 

报错:

cryptography is required for sha256_password or caching_sha2_password

 

解决方法:

1.

手动连接数据库一次

mysql -u root -p

之后重启uwsgi服务即可.

 

2.

```

pip3 install cryptography

```

 

服务器重启后 django无法连接mysql数据库的解决方法

标签:sql   远程   运行命令   解决方法   rap   mysql   手动   word   解决   

原文地址:https://www.cnblogs.com/btxlc/p/11670637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!