Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench High DPI

So I'm using MySQL workbench in a new high DPI, high resolution setting. If I allow MySQL Workbench to use Window's DPI settings, the font becomes blurry everywhere but the editor.

If I disable the DPI settings (in Compatibility) and raise the font size in the Workbench Preferences, it looks fine except for the left menu (schema list, table list, object info) which is very small font. Does anyone know of any workaround or an alternative to Workbench? It's going to be hard to continue using Workbench with a high resolution display otherwise. HeidiSQL suffered the same DPI blurry font problem. So it's either headache or squinting.

like image 205
Devon Avatar asked Dec 06 '14 19:12

Devon


People also ask

How to change the resolution on workbench?

Right-click on the MySQL Workbench program icon, choose "Compatibility", then tick "Override high DPI scaling behavior. Scaling performed by:", then choose "System (Enhanced)".

How do I zoom in MySQL workbench?

Scroll the sheet up/down: Mouse wheel. Scroll the sheet right/left: CTRL + Mouse wheel. Move the sheet in any direction: Click Mouse wheel and move Mouse. Zoom in/out the sheet: ALT + Mouse wheel.

How do I change the font size in MySQL workbench?

Look for the key workbench. general. Editor:Font, and change the font there. Now restart MWB to see your change."


2 Answers

I am using Windows 10 Pro, after the Creators upgrade, and a 4K 27" monitor. Right-click on the MySQL Workbench program icon, choose "Compatibility", then tick "Override high DPI scaling behavior. Scaling performed by:", then choose "System (Enhanced)". That makes it look reasonable, although the table names are still pixel-doubled so they look fuzzy, and the Output windows still uses a small font.

like image 149
David M Webb Avatar answered Sep 19 '22 15:09

David M Webb


I am using windows 10, right clicking on the executable and clicking Troubleshoot compatibility did not work for me. Ticking "Override high DPI scaling behavior. Scaling performed by:", then choose "System (Enhanced)". did not help too.

What i did is: "Change high DPI sttings" and tick "Override high DPI scaling behavior. Scaling performed by:", then choose "Application". Click "Ok" then "Apply"

like image 37
Gibs Avatar answered Sep 20 '22 15:09

Gibs