Skip to content

Passwords with special characters #35

@funkrusher

Description

@funkrusher

would it be possible to provide the database-config as Environment-Variables to the database-sanitizer instead of an mysql:// url ?

Also, "mysqldumper" console command often also needs to be called in a specific way to accept passwords with special characers. In bash i often needed to call the mysqldump in way like this to work with special characters in passwords:

mysqldumper -p''"[password]"''

Passwords often/still have special characters (#, !, &, @, ...) and as soon as a password with such special characters is used the mysql:// url may not be able to be parsed anymore by urlparse python function in your code.

It would be great if the database-sanitizer would be able to accept all kind of passwords, also with any kind of special characters. Thx :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions