Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 소프트웨어공학
- 글모음
- ERWIN
- redmine
- 지리산둘레길
- MindMap
- 산출물
- hive
- 프로젝트관리
- Gundam
- .net
- 설계프로세스
- Windows 7
- MindManager
- garbage collection
- AD
- Flume
- union
- bitnami
- WinForm
- diskpart
- T-SQL
- hadoop
- 일상
- Xcode
- ClickOnce
- BCP
- C#
- 프라모델
- SQL
Archives
- Today
- Total
Blue sky, wind, cloud and knulf
How to fix the font in the MySQL Workbench editor 본문
Just ran into an annoying little problem using the version 5.1.12 of MySQL Workbench: the font used in the SQL editor is really small, and there’s no way to change it. The preferences dialog shows you what the font is, but it’s a text field, and even though you can type in it, it appears to be a read-only field.
To fix it, go old school and edit the configuration file. On Linux, it’s in your home directory in .mysql/workbench/wb_options.txt. Be sure to quit MySQL Workbench before editing the config file to avoid having your work overwritten.
Once you’ve opened the file, look for the key workbench.general.Editor:Font, and increase the font size to something usable. I chose 11, but some may still find that too small.
Save the file, then start MySQL workbench. You should now be able to read what you’re writing in the editor.
Tags: mysql, sql
Comments