e.jibola
e.jibola

Reputation: 711

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

Upvotes: 59

Views: 69884

Answers (10)

Marcos Riani
Marcos Riani

Reputation: 11

I managed to make it work using version 8.0.33 on my macbook pro M1 Sonoma

Upvotes: 0

unknownrisk
unknownrisk

Reputation: 683

If Workbench launches okay, but quits unexpectedly when you attempt to connect to a database, the problem may be a corrupted Snippets file. Try moving the file (located at ~{user ID}/Library/Application Support/MySQL/Workbench/snippets/User Snippets.txt ) to the Desktop or some other location, and starting Workbench again.

Upvotes: 0

Alvin
Alvin

Reputation: 1297

June 2023 Update- works perfectly

I had the same issue (running version 8.0.33 on an M1 MacBook Air) as of January 2023. I just installed version 8.0.31 from MySQL Workbench archives, and it works.

Download link:
https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-8.0.31-macos-x86_64.dmg

Upvotes: 20

Migueles
Migueles

Reputation: 26

MySQL Workbench 8.0.29 works for MacOs Monterrey too. I got it from https://dev.mysql.com/downloads/workbench/

Upvotes: 0

Isuru Jayasinghe
Isuru Jayasinghe

Reputation: 115

8.0.27 works for MacOs Monterey. I got from workbench

Upvotes: 6

YoHaRo
YoHaRo

Reputation: 142

check the error you got when you run this command:

/Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench

Installing python 3.7 will Solve the problem :)

Upvotes: 5

blue six
blue six

Reputation: 81

I just installed workbench 8.0.22 on MacOs big sur 11.2. It works well. however, it doesn't work for workbench 8.0.23.

Upvotes: 8

Ricardo Queiros
Ricardo Queiros

Reputation: 261

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

Upvotes: 25

Roberto Vinueza Brito
Roberto Vinueza Brito

Reputation: 31

you should try workbench 8.0.19... https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-8.0.19-macos-x86_64.dmg works fine in MacOS BigSur

Upvotes: 2

codingw
codingw

Reputation: 901

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

Upvotes: 89

Related Questions