Drush needs to urldecode the username and password for the database connection as specified in $db_url inside settings.php. Without doing that, it fails to work on sites which have special characters in either their DB username or password.
The attached patch does just that.
| Comment | File | Size | Author |
|---|---|---|---|
| drush-db_url.patch | 1.04 KB | ehsan.akhgari |
Comments
Comment #1
moshe weitzman commentedalready committed this to head.
Comment #2
ehsan.akhgari commentedThanks!
Out of curiosity, is drush HEAD stable enough for day to day use?