by Serge » Tue Mar 19, 2013 4:38 pm
Hello,
I've just reproduced it with MySQL. I think this problem appeared after JDBC driver version update.
Now DBeaver shipped with Connector/J 5.1.22 which is too "multithread paranoid" and synchronizes most of functions including trivial. UI freezes when BDeaver tries to check current connection's autocommit flag.
Next version will contain fix of this problem. Untill then you may try to use some older MySQL driver (e.g. 5.1.13) - you may configure it manually in driver manager.
Next version (hotfix) will be released till the end of month.
Thanks for report!