mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Convert bin/storage workflow to presume utf8mb4 as the default encoding
Summary: see comments on rP68904d941c54 Test Plan: run ,/bin/storage upgrade Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16370
This commit is contained in:
parent
325e3b3ff3
commit
f032146591
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ final class PhabricatorStorageManagementShellWorkflow
|
|||
}
|
||||
|
||||
return phutil_passthru(
|
||||
'mysql --protocol=TCP --default-character-set=utf8 '.
|
||||
'mysql --protocol=TCP --default-character-set=utf8mb4 '.
|
||||
'-u %s %C -h %s %C',
|
||||
$api->getUser(),
|
||||
$flag_password,
|
||||
|
|
Loading…
Reference in a new issue