mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Minor, MySQL requires -pxxx, not -p xxx for passwords.
This commit is contained in:
parent
3775e14478
commit
2628c91454
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ final class PhabricatorStorageManagementDumpWorkflow
|
|||
if ($password) {
|
||||
$password = $password->openEnvelope();
|
||||
if (strlen($password)) {
|
||||
$flag_password = csprintf('-p %s', $password);
|
||||
$flag_password = csprintf('-p%s', $password);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue