Homebrew, MySQL 8 support

前端 未结 4 1714
小鲜肉
小鲜肉 2020-12-23 17:29

Anyone have the inside scoop on when Homebrew will be updated to support MySQL 8\'s first general release (8.0.11)? I can\'t seem to find it by searching, but I bet someone

4条回答
  •  情歌与酒
    2020-12-23 18:14

    I managed to overcome this without removing my all database which from mysql version 5.7.

    First, simply upgrade database with this command

    mysql_upgrade -u root
    

    https://stackoverflow.com/a/51486493/2342289

    Last. Install sequel-pro-nightly. I need this because i can browse my db from the command but not from sequal-pro. So, luckily the nightly sequel-pro works.

       brew cask install sequel-pro-nightly
    

    Then, boom. Everything is back. Sigh.

提交回复
热议问题