Opened 5 years ago
Last modified 4 years ago
#31491 closed Cleanup/optimization
"dbshell" command for MySql back-end uses "passwd" instead of "password" — at Initial Version
Reported by: | Maruti N Sharma | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | dbshell, db, command-line |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
For MySql, "passwd" has been replaced with "password" long time ago, please check here https://code.djangoproject.com/ticket/5024
But dbshell command still looks for "passwd" key in the settings for db password, resulting in connection error.
This behaviour is also slightly different than other back-ends.
I shall create a pull request in a while.
(My apologies for any mistake, I am new to bug-tracking system)
Note:
See TracTickets
for help on using tickets.