Mysql 5.6 headaches on Mac OSX

前端 未结 8 1336
说谎
说谎 2020-12-12 20:25

Several of my colleagues and I have recently upgraded from MySQL 5.5 to MySQL 5.6 using homebrew on our Macs to test locally before upgrading our servers. Since this upgrad

8条回答
  •  天命终不由人
    2020-12-12 21:16

    On Mavericks, this worked for me:

    mysql.server stop
    brew install mysql
    mysql.server start
    gem remove mysql2
    gem install mysql2
    

    I reinstalled Homebrew after upgrading to Mavericks. Homebrew installed the bottled version of MySQL 5.6.13.

提交回复
热议问题