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.

CommentFileSizeAuthor
drush-db_url.patch1.04 KBehsan.akhgari

Comments

moshe weitzman’s picture

Status: Needs review » Closed (duplicate)

already committed this to head.

ehsan.akhgari’s picture

Thanks!

Out of curiosity, is drush HEAD stable enough for day to day use?