MySQL Compatibility with MacOS Sierra

前端 未结 14 1431
醉梦人生
醉梦人生 2021-01-31 03:48

Does anybody know of any compatibility issues or quirks with MySQL Community Server/Workbench on macOS Sierra? I recently did an installation on a Mac that had never held MySQL

相关标签:
14条回答
  • 2021-01-31 04:19

    I got same problem on "macOS 10.12.3" installed "MySQL Workbench Community (GPL) for Mac OS X version 6.3.8 CE build 1228 (64 bit)". It's always not responding after working around I found that problem comes from MSQL Workbench is set "Default Target MySQL Version" wrong version.

    Step 1: open Terminal and check your MYSQL Server version

    mysql --version
    

    My machine:

    mysql Ver 14.14 Distrib 5.7.9, for osx10.9 (x86_64) using EditLine wrapper

    Step 2: Open MySQL Workbench tool then go to "MYSQLWorkbench" near Apple icon on menu

    Step 3: Workbench Preferences -> Modeling -> MySQL -> Default Target MySQL Version: 5.6

    Step 4: Change current default from 5.6 into 5.7.9 then OK Step 5: MYSQLWorkbench -> Quit -> Open and check result.

    Hope this help someone.

    0 讨论(0)
  • 2021-01-31 04:20

    Try to reopen the same mysql instance if the Jonathan's solution doesn't resolve your problem, this works for me.

    0 讨论(0)
提交回复
热议问题