版本说明: django 4.0 python 3.10
pip install mysqlclient
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'test', 'USER': 'root', 'PASSWORD': 'abcd1234', 'HOST': 'localhost', 'port': '3306', } }