Skip to content

Commit 3782e09

Browse files
jackbravoLOBsTerr
authored andcommitted
Remove -A option to enable autocomplete on the mysql client (#3973)
1 parent f79dab4 commit 3782e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Database/ClientCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
4747
$databaseConnection = $this->resolveConnection($database);
4848

4949
$connection = sprintf(
50-
'%s -A --database=%s --user=%s --password=%s --host=%s --port=%s',
50+
'%s --database=%s --user=%s --password=%s --host=%s --port=%s',
5151
$databaseConnection['driver'],
5252
$databaseConnection['database'],
5353
$databaseConnection['username'],

0 commit comments

Comments
 (0)