gpt4 book ai didi

python - 失去与 MySQL 服务器的连接

转载 作者:行者123 更新时间:2023-11-30 21:31:18 24 4
gpt4 key购买 nike

我尝试运行我的应用程序 django 但出现此错误

 super(Connection, self).__init__(*args, **kwargs2)
django.db.utils.OperationalError: (2013, "Lost connection to MySQL server at 'handshake: reading inital communication packet', syste
m error: 10061")

我的数据库声明为

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'sdms_tracker',
'USER': 'root',
'PASSWORD': 'anna',
'HOST': 'localhost',
'PORT': '82',
'OPTIONS': {"init_command": "SET storage_engine=MyISAM"},
}
}

最佳答案

问题出在 Django 配置上。设置为

的 MySQL 端口
'PORT': '82'

代替

'PORT': '3306

关于python - 失去与 MySQL 服务器的连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56003452/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com