I have very long queries text (~50 lines). Recently MySQL workbecnh is exhibiting strange behavior. While editing the query (I open it, I edit one character and want to continue to the next), it freezes forever.
I suspect it can be something related to memory? I see in the preferences there is a default value for maximum query length to store in history in bytes
with this default value: 65536
. Is this relevant? What do you suggest?
My device is running Ubuntu 18.04 and the workbench is verion 8.0 which is the latest. I cleaned the temp files using: clean
and autoclean
commands but no hope.
Please help me how to overcome this problem. Knowing that I do not face it when I edit the query in a text editor. Just when I am using the workbench editor. But it is not practical to use external editor.
I also tried to reboot and shut down my device and open the database connection again.
If you need the log, please specify the step to get it for you.