本文介绍了django.db.utils.OperationalError:(2026,'SSL连接错误:SSL_CTX_set_tmp_dh失败')的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是python和django的新手.当我运行python manage.py runserver
时,出现此错误:
I'm new to python and django. When I run python manage.py runserver
I get this error:
django.db.utils.OperationalError: (2026, 'SSL connection error: SSL_CTX_set_tmp_dh failed')'
mysql Server version: 8.0.13 MySQL Community Server - GPL.
我在网络上找不到此错误.
I can't find this error on the web.
推荐答案
我得到了答案:' https://dev.mysql.com/doc/refman/5.7/zh-CN/data-directory-initialization.html '
'shell> bin/mysql_ssl_rsa_setup'
'shell> bin/mysql_ssl_rsa_setup'
这篇关于django.db.utils.OperationalError:(2026,'SSL连接错误:SSL_CTX_set_tmp_dh失败')的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!