The existing settings.php db-connection "pattern" doesn't allow the user to use URL RFC reserved chars in password or username like @,: etc.

i have a workaround bugfix by defining username etc in single vars and build the db-conn url where username and password is rawurlencoded
see my attachment ;-)

regards Andy Bernstein

CommentFileSizeAuthor
settings.php_.patch587 bytesfinfin82

Comments

Anonymous’s picture

Status: Needs review » Closed (won't fix)

The connection data has all changed in D7 where each field is an array element.