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 2809178 commit c106607Copy full SHA for c106607
src/Commands/sql/SqlCommands.php
@@ -131,7 +131,7 @@ public function cli($options = [])
131
{
132
$this->further($options);
133
$sql = SqlBase::create($options);
134
- if (!drush_shell_proc_open($sql->connect())) {
+ if (drush_shell_proc_open($sql->connect())) {
135
throw new \Exception('Unable to open database shell. Rerun with --debug to see any error message.');
136
}
137
0 commit comments