Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench crashes on mac os (fresh install)

I installed mySQL workbench and I can't open it, it crashes right away. SQL is installed, I can access databases in my terminal. The sql server is running. Im on mac os 11.1

I researched this topic, I found that a plugin can cause this, but I don't even have that plugin in my files.

Time Awake Since Boot: 890 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 

Thanks in advance if you could help!

like image 315
Monard Avatar asked Jan 19 '21 19:01

Monard


People also ask

Why does MySQL Workbench keeps crashing?

You are running many mysqld servers using the same data directory on a system that does not support good file system locks (normally handled by the lockd lock manager), or you are running multiple servers with external locking disabled.

Why is MySQL Workbench not opening on 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.

How do I run MySQL After installing Mac?

Open macOS system preferences and select the MySQL preference panel, and then execute Start MySQL Server. The Instances page includes an option to start or stop MySQL, and Initialize Database recreates the data/ directory.

Does MySQL Workbench install MySQL on 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.


1 Answers

MySQLWorkbench 8.0.23 crashes for me on startup on macOS 11.1, but downgrading to 8.0.22 from MySQL archives allows it to startup without a problem.

This bug is reported to the MySQL bug tracker: https://bugs.mysql.com/bug.php?id=102284

like image 94
Matthew Buckett Avatar answered Sep 22 '22 10:09

Matthew Buckett