-
-
Notifications
You must be signed in to change notification settings - Fork 554
Closed
Milestone
Description
Problem/Motivation
The mysqldump command generated fails when the password contains a dollar sign. If i alter the command manually and escape the dollar sign with a backslash the mysqldump command works as expected.
How to reproduce
- Drupal version: 8.5.3
- Console version: 1.8.0
- Steps to reproduce:
Install a drupal site and configure the database with a username and password with a dollar sign
Run database:dump
Solution
escapeshellcmd (http://php.net/manual/en/function.escapeshellcmd.php) could be used
Metadata
Metadata
Assignees
Labels
No labels