Commit 460a2203 by liuyingying

mysql password

parent 4bd54291
......@@ -80,8 +80,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'HUNTER',
'USER': 'root',
'PASSWORD': 'zhouxu',
'HOST': '127.0.0.1',
'PASSWORD': 'mysql',
'HOST': 'localhost',
'PORT': '3306',
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment