diff --git a/cli/Valet/Mysql.php b/cli/Valet/Mysql.php index b9a15bd7..4634e187 100644 --- a/cli/Valet/Mysql.php +++ b/cli/Valet/Mysql.php @@ -69,10 +69,6 @@ public function install($type = 'mysql@5.7') $this->brew->installOrFail($type); } - if (!$this->brew->installed('mysql-utilities')) { - $this->brew->installOrFail('mysql-utilities'); - } - $this->stop(); $this->installConfiguration($type); $this->restart();