Skip to content

Commit

Permalink
Remove -A option to enable autocomplete on the mysql client (#3973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbravo authored and LOBsTerr committed Oct 30, 2018
1 parent f79dab4 commit 3782e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Database/ClientCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$databaseConnection = $this->resolveConnection($database);

$connection = sprintf(
'%s -A --database=%s --user=%s --password=%s --host=%s --port=%s',
'%s --database=%s --user=%s --password=%s --host=%s --port=%s',
$databaseConnection['driver'],
$databaseConnection['database'],
$databaseConnection['username'],
Expand Down

0 comments on commit 3782e09

Please sign in to comment.