dbshell command for MySQL backend uses "passwd" instead of "password".
— at Version 5
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.
Pull request submitted: https://github.com/django/django/pull/12763
(My apologies for any mistake, I am new to bug-tracking system)
Change History
(6)
Owner: |
changed from nobody to Maruti N Sharma
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Has patch: |
set
|
Easy pickings: |
set
|
Summary: |
"dbshell" command for MySql back-end uses "passwd" instead of "password" → dbshell command for MySQL backend uses "passwd" instead of "password".
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Bug → Cleanup/optimization
|
Version: |
3.0 → master
|
Description: |
modified (diff)
|
patch file