Skip to content

Commit

Permalink
Merge pull request Homebrew#180357 from Homebrew/SMillerDev-patch-1
Browse files Browse the repository at this point in the history
mysql: add caveat explaining update process 8.3-9.0
  • Loading branch information
MikeMcQuaid authored Aug 7, 2024
2 parents fb9387d + c4d23e3 commit 91a8eb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/m/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ def post_install

def caveats
s = <<~EOS
Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first:
- brew services stop mysql
- brew install mysql@8.4
- brew services start mysql@8.4
- brew services stop mysql@8.4
- brew services start mysql
We've installed your MySQL database without a root password. To secure it run:
mysql_secure_installation
Expand Down

0 comments on commit 91a8eb1

Please sign in to comment.