Bug #121285 Workbench 26.7.0 does not connect
Submitted: 15 Sep 7:31 Modified: 15 Sep 16:16
Reporter: Valerio Messina Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:26.7.0 OS:Windows (Win11)
Assigned to: CPU Architecture:x86 (64-bit)

[15 Sep 7:31] Valerio Messina
Description:
after installing in parallel to 8.0.47 CE, and importing the connection profiles from 8.x series, it can connect on any of them

How to repeat:
1) install Workbench 26.7.0
2) import connection from 8.x
3) try to connect
it wait forever with e circle animation

also the button "Test Connection" does nothing
[15 Sep 7:50] Daniël van Eeden
Do you see anything happening with tcpdump/wireshark (best with host=127.0.0.1 so it uses TCP)?
[15 Sep 11:44] Valerio Messina
I cannot install Wireshark on company PC as is considered an hacking tool.

About "tcpdump", it is available on Linux, but on Windows isn't.
I checked also in Cygwin and MSYS2 I have installed for SW develop, but there isn't.

Any other suggestion?
[15 Sep 12:47] Daniël van Eeden
Maybe PktMon?

- https://www.makeuseof.com/windows-11-pc-has-built-in-packet-analyzer-more-powerful-than-mo...
- https://learn.microsoft.com/en-us/windows-server/networking/technologies/pktmon/pktmon
[15 Sep 16:16] Valerio Messina
OK, it require admin right so I can do only some little tests.
Our MySQL server is at IP:10.90.0.34

I started and admin PowerShell and typed the following commands:

PS > pktmon filter add -i 10.90.0.34 -t tcp syn
PS > pktmon start -c
=== here I tryed to connect for 30" using Workbench 26.7.0 ===
PS > pktmon stop
PS > pktmon etl2txt D:\PktMon.etl

see attched zipped file: D:\PktMon.txt