2010年06月10日 星期四 18:31
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.',
'NAME': '', # Or path to database file if using sqlite3.
'USER': '', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost.
'PORT': '', # Set to empty string for default.
}
}
应该是更改这里的值吧?
ubuntu里应该怎么设置?有会的朋友指点一下。。。
2010年06月11日 星期五 10:29
搞定了,原来我的MySQL是root权限。。。
Zeuux © 2024
京ICP备05028076号