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;" ```