Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQLWorkbench quit unexpectedly on macOS Big Sur 11.1

I have tried to re-install, but still cant open MySQLWorkbench. This is the error I get:

Process:               MySQLWorkbench [3352] Path:                  /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench Identifier:            com.oracle.workbench.MySQLWorkbench Version:               8.0.23.CE (1) Code Type:             X86-64 (Native) Parent Process:        ??? [1] Responsible:           MySQLWorkbench [3352] User ID:               501  Date/Time:             2021-01-19 08:21:33.443 -0500 OS Version:            macOS 11.1 (20C69) Report Version:        12 Bridge OS Version:     5.1 (18P3030) Anonymous UUID:        36AA1C89-5799-157D-2CB8-D2DF0B83C543  Sleep/Wake UUID:       23957CD2-4BD4-40B9-94C3-244059218D75  Time Awake Since Boot: 7700 seconds Time Since Wake:       2000 seconds  System Integrity Protection: enabled  Crashed Thread:        0  Dispatch queue: com.apple.main-thread  Exception Type:        EXC_CRASH (SIGABRT) Exception Codes:       0x0000000000000000, 0x0000000000000000 Exception Note:        EXC_CORPSE_NOTIFY  Termination Signal:    Abort trap: 6 Termination Reason:    Namespace SIGNAL, Code 0x6  Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 
like image 636
e.jibola Avatar asked Jan 19 '21 13:01

e.jibola


People also ask

Why MySQL is not working in Mac?

The reason behind the MySQL Workbench client not working can be many. It can be because your macOS version is not compatible with the version of the Workbench that you downloaded, or maybe because the version of Python installed on your macOS is not compatible with the version of Workbench you have downloaded.

Does MySQL work on Mac Big Sur?

The latest version of MySQL 8.0. 24 does work with macOS 11 Big Sur. Use the DMG Archive mysql-8.0.

How do I start MySQL Workbench Server on Mac?

To launch MySQL Workbench on Mac OS X, simply open the Applications folder in the Finder, then double-click MySQL Workbench.

How do I install Workbench on my Mac?

To install MySQL Workbench on macOS, download the file. Double-click the downloaded file to open the installation window shown in the figure that follows. Drag the MySQL Workbench icon onto the Applications icon as instructed. MySQL Workbench is now installed.


Video Answer


2 Answers

the latest version of workbench has a bug, try https://downloads.mysql.com/archives/workbench/ for version:8.0.21, that will work on your mac

like image 154
codingw Avatar answered Oct 07 '22 11:10

codingw


Version 8.0.22 works on macOS Big Sur 11.1

Version 8.0.23 did not not work on my macOS Big Sur 11.1

like image 30
Ricardo Queiros Avatar answered Oct 07 '22 09:10

Ricardo Queiros