Skip to content

Build fail for db pass containing $ #87

@kenorb

Description

@kenorb

Build property file has the following password:

project.db.password=  aa$2bb!

When when drush executes mysql, it removes $2, so it looks like:

 mysql --database=db_name --host=localhost --port=3306 --user=username --password='aabb!' -e "SELECT 1;"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions