We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5397a80 commit 13d1ec4Copy full SHA for 13d1ec4
src/Service/AbstractDatabase.php
@@ -108,7 +108,7 @@ private static function getMysqlArgs(): string
108
// It's possible to have no password at all
109
$password = $password ? '-p' . $password : '';
110
111
- return "--user=$username $password --host=$host --port=$port $database";
+ return "--user=$username $password --host=$host --protocol tcp --port=$port $database";
112
}
113
114
final public static function loadRemoteData(string $remote): void
0 commit comments