Changes between Version 2 and Version 3 of Ticket #31491
- Timestamp:
- Apr 21, 2020, 1:47:11 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31491
- Property Has patch set
-
Ticket #31491 – Description
v2 v3 1 For MySql, "passwd" has been replaced with "password" long time ago, please check here https://code.djangoproject.com/ticket/50241 For MySql, "passwd" has been replaced with "password" long time ago, please check here [https://code.djangoproject.com/ticket/5024] 2 2 But dbshell command still looks for "passwd" key in the settings for db password, resulting in connection error. 3 3 This behaviour is also slightly different than other back-ends.