Mysql 5.6 headaches on Mac OSX

前端 未结 8 1333
说谎
说谎 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:02

    We found that using the following fixes this for us:

    brew install mysql --use-llvm
    

    This is on a rails 2.3 ontop of REE (1.8.7) in rbenv on OSX 10.8. YMMV

提交回复
热议问题