From b75f11f5f7689abf15b2efc22d14758c2aa7f7d3 Mon Sep 17 00:00:00 2001 From: Martin Meredith Date: Mon, 6 Jan 2020 19:08:05 +0000 Subject: [PATCH] Remove dependency on mysql-utilities formula (v2.x) (#437) --- cli/Valet/Mysql.php | 4 ---- 1 file changed, 4 deletions(-) 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();