"dbshell" command for MySql back-end uses "passwd" instead of "password"
— at Version 3
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 f the ticket is accepted.
(My apologies for any mistake, I am new to bug-tracking system)
Change History
(4)
Owner: |
changed from nobody to Maruti N Sharma
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Has patch: |
set
|
patch file