django連接mysql的各種坑

一:django操作mysql時django.db.utils.OperationalError: (2003, "Can't connect to MySQL server")錯誤 配置mysql DATABASES = {     'default': {         'ENGINE': 'django.db.backends.mysql',         'NAME': 'jb1',
相關文章
相關標籤/搜索