Mysql 如果密码为空,用程序连接数据库时候改怎么填写?
Python code
传空字符串连接不上!
DATABASES = { 'default': { 'ENGINE': 'mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'djangodb', # Or path to database file if using sqlite3. 'USER': 'root', # Not used with sqlite3. 'PASSWORD': '', # Not used with sqlite3. 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. 'PORT': '3306', # Set to empty string for default. Not used with sqlite3. } }
传空字符串连接不上!
作者: z752964360 发布时间: 2011-06-02
设个密码
作者: kakane 发布时间: 2011-06-03