MySQL Workbench: Unable to see text

爱⌒轻易说出口 提交于 2019-12-05 09:46:47

MySQL Workbench 8.0.13 doesn't support the new dark mode of macOS Mojave yet. This will come with a future release. Until then keep using the light mode if the use of MySQL Workbench (and other software which still needs to be updated) is essential for you.

Update

Starting with MySQL Workbench 8.0.14 the new dark mode is fully supported.

use

defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes

to exclude workbench from dark mode

use

defaults delete com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance

to reset to default

defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes

Run this in CMD

Ref: https://bugs.mysql.com/bug.php?id=92902

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!