I'm trying to investigate an issue where if I upgrade from HeidiSQL 12.7.0.6850 to 12.8.0.6908 then connecting to an AWS RDS running MySQL 8.0.35 stops working. If I downgrade HeidiSQL it starts working again. This happens on both Windows 10 and Windows 11, although to generate the logs for this post I'm now using 12.7 on Win 10 and 12.8 on Win 11.
All other MariaDB and MySQL connections that I use seem to work fine on both versions.
The symptoms that I get are that I click "Open" in the SessionManager and HeidiSQL seems to just hang. I've left it sitting there for over 10 minutes, but it just continues to hang. Clicking "Cancel" appears to do nothing and the window then gets "(Not Responding)" in the title. The only way I can close down HeidiSQL is to right-click the icon on the Taskbar and select "Close window".
Enabling debug logging doesn't show anything additional of value, so I'll stick to the non-debug log levels here...
When it is working (HeidiSQL 12.7) I get:
/* 2024-10-06 12:03:10 [] */ /* Delimiter changed to ; */
/* 2024-10-06 12:03:10 [] */ /* Writing to session log file now: C:\Users\REDACTED\AppData\Roaming\HeidiSQL\Sessionlogs\001232.log */
/* 2024-10-06 12:03:39 [VolunteerDev@AWS] */ /* Connecting to vol.REDACTED.eu-west-1.rds.amazonaws.com via MariaDB or MySQL (TCP/IP), username REDACTED, using password: Yes ... */
/* 2024-10-06 12:03:39 [VolunteerDev@AWS] */ /* SSL parameters successfully set. */
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SELECT CONNECTION_ID();
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SHOW VARIABLES;
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ /* Characterset: utf8mb4 */
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SHOW /*!50002 GLOBAL */ STATUS;
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SELECT NOW();
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ /* Connected. Thread-ID: 36456974 */
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ /* Reading function definitions from C:\Program Files\HeidiSQL\functions-mysql8.ini */
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SHOW TABLES FROM `information_schema`;
/* 2024-10-06 12:03:40 [VolunteerDev@AWS] */ SHOW DATABASES;
When it hangs (HeidiSQL 12.8) I get slightly sporadic results because the Session logs seem to becom truncated at different points. The most I've got is:
/* 2024-10-06 12:17:55 [] / / Delimiter changed to ; */
/* 2024-10-06 12:17:55 [] / / Writing to session log file now: C:\Users\REDACTED\AppData\Roaming\HeidiSQL\Sessionlogs\000005.log */
/* 2024-10-06 12:20:53 [VolunteerDev@AWS] / / Connecting to vol.REDACTED.eu-west-1.rds.amazonaws.com via MariaDB or MySQL (TCP/IP), username REDACTED, using password: Yes ... */
/* 2024-10-06 12:20:53 [VolunteerDev@AWS] / / SSL parameters not fully set. Result:
Any tips on how to investigate this further and what additional information would be useful to include in a subsequent bug report?