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 7acbb29 commit bc7f749Copy full SHA for bc7f749
src/DB_Command.php
@@ -398,7 +398,7 @@ public function repair( $_, $assoc_args ) {
398
public function cli( $_, $assoc_args ) {
399
400
$command = sprintf(
401
- '%s%s --no-auto-rehash',
+ '/usr/bin/env %s%s --no-auto-rehash',
402
$this->get_mysql_command(),
403
$this->get_defaults_flag_string( $assoc_args )
404
);
@@ -501,7 +501,7 @@ public function cli( $_, $assoc_args ) {
501
public function query( $args, $assoc_args ) {
502
503
504
505
506
507
0 commit comments