Description
I'm having a bizarre problem with a MySQL 8.0.33 service. If I use port 3306 when I click Start it appears to start, but I cannot connect. If I run netstat -nap tcp | grep -i "listen"
I do not see port 3306 in use by anything.
I tried creating a new MySQL 8.0.33 service also using port 3306. When I click Start on that one I would expect an error about port 3306 already being in use, but it appears to start it successfully. So now the UI is showing 2 services running on port 3306 (screenshot below), but neither are actually running.
If I change the port to 3307 on either service then I can connect just fine and all my data is there. It seems to only be port 3306 having this problem. I've tried updating DBngin to the latest version (7.9 build 79) and restarting it multiple times, but that changes nothing.
This is on a Macbook Pro M3 running Sonoma 14.2.1
