MySQLWorkbench crashes on macOS Ventura 13.2 when trying to execute "show tables" - mysql-workbench

Title says it all.
Latest version of MySQLWorkbench (8.0.32) crashes on macOS 13.2 when trying to execute "show tables".
On mysql in the terminal on the other hand the command works fine.

Install previous version of MySQLWorkbench, 8.0.31.
Be aware that I could not find a way to install a specific version of MySQLWorkbench through homebrew, so you need to download and install it manually from the website.

Related

ggts breaks after installing xcode on mojave

Ggts 3.6.4 works on a fresh install of mojave ( 10.14 ) but installing xcode/Homebrew/telnet somehow makes it unusable.
Mojave does not include telnet , which can be installed thru brew , requires xcode 10.3 be installed.
after installing brew->xcode->telnet , Ggts becomes not able to register clicks or keypresses , just hangs at workspace selection dialog.
any pointer to debug this situation is appreciated.

PostgreSQL installation fails with macOS Monterey 12.4

I'm using MacOS Monterey 12.4 Intel chip, and trying Postgresql installation from
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads I think every version for Maos.
every installation attempt turned out the same, the program crashed as soon as it wanted to choose a password, while entering any character.
can anyone help me to install?
I am having the same issue on a 2020 M1 Macbook on MacOS Monterey 12.2.1 when I try to install 14.3. I get all the way to the Provide password for database superuser. Then once entering a password the program crashes. I'll probably end up using the postgresapp version until this is fixed. The latest version of the app (14.3) is universal so it should work with the m1s (if anyone else has this problem with m1). That is the best solution I've got so far.
Edit: You may want to try installing with Homebrew as well. https://formulae.brew.sh/formula/postgresql#default. I'm going to try this later.

Eclipse cant be opened on mac m1

I have installed eclipse aarch64 based on my mac m1.
it was working fine. later i stopped using it for few days but i was just opening and closing it just to make sure it is not crashing as it used to happen with x64 version.
Now even with aarch it is crashing.
As soon as i open it via launch pad it says 'The apllication 'Eclipse'can't be opened.
Here are the details of eclipse and jdk version that i am currently using.
Eclipse: eclipse-java-2021-12-R-macosx-cocoa-aarch64
Jdk: jdk-17_macos-aarch64_bin
I've just had the same problem on the second launch of Eclipse from a fresh installation. The solution was to re-sign the app with an ad-hoc signature:
sudo codesign --force --deep --sign - /Applications/Eclipse.app

Flutter Doctor gives Bad Cpu Type in executable

I'm using Mac mini , MacOs monterey and m1 chip. When trying to setup flutter, it is giving error.
command: flutter doctor
o/p: /Users/admin/Desktop/flutter/bin/internal/shared.sh: line 229: /Users/admin/Desktop/flutter/bin/cache/dart-sdk/bin/dart: Bad CPU type in executable
I have tried below command but it is also not working,
Terminal command: sudo softwareupdate --install-rosetta --agree-to-license
Terminal output:
By using the agreetolicense option, you are agreeing that you have run this tool with the license only option and have read and agreed to the terms.
If you do not agree, press CTRL-C and cancel this process immediately.
Rosetta 2 update is not available
you have to install rosetta first. In your terminal type:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
I got this error on MacOs VMware
and finaly I realized that i was downloaded the flutter sdk for arm Architecture, but i need this for x64 (intel) Architecture.
run "softwareupdate --install-rosetta" in the terminal
On macOs accidentally I downloaded arm architecture than x64 version.
Download proper version as per the system requirements.
My mistake was that , I had installed flutter sdk before installing the Rosetta. So that's why it was giving the above error. So, to resolve this, I removed the flutter sdk and installed rosetta first then again installed flutter and it worked properly.

"Unable to locate GDB" in Trigger Toolkit

I'm attempting to run an iPhone app in the Trigger Toolkit, but I keep getting "Unable to locate GDB" in the console, several seconds after "Connecting to remote debug server" . I've updated xcode, installed gdb separately through homebrew, and am able to run it (gdb) through the command line.
Thanks in advance for any relevant advice!
I'm guessing you're using a pre-v2.0.1 platform version here, and that you've updated to Xcode 5?
I was able to reproduce this error in that configuration. Xcode 5 doesn't support GDB, which we were previously using to communicate with the app running on your device.
If updating to use newer platform versions isn't an option for you, you could use an older installation of Xcode (you can have several versions installed as siblings), and use xcode-select to point us at it, e.g.:
sudo xcode-select --switch /Applications/Xcode4.6/Xcode.app