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
| Comment | File | Size | Author |
|---|---|---|---|
| settings.php_.patch | 587 bytes | finfin82 |
Comments
Comment #1
Anonymous (not verified) commentedThe connection data has all changed in D7 where each field is an array element.