DBeaver(MySQL) 글자 깨짐 이슈 해결하기

Gi Woon Lee·2024년 6월 26일
0

TroubleShooting

목록 보기
2/4

한글 깨짐

  1. Database Navigator에서 해당 파일 우클릭 - Edit connection 클릭

  2. Connection settings - Driver properies 클릭

  3. charset의 Value 값 확인: euc-kr

  4. Connection settings - 데이터 편집기 클릭

  5. 데이터 편집기 - 편집기 - 맨 위 Datasaurce "SQL" settings 체크

  6. String encoding - EUC-KR 로 변경

기타 언어

UTF-8 encoding 해야 스페인어를 깨짐 없이 볼 수 있다.
euc-kr 은 한국어
나머지는 utf-8 로 이해하면 된다.

DataBase Navigator - importer settings 에서 인코딩을 수정할 수 있다.

또한 각 칼럼의 길이를 조정해야 할 땐 table mapping - configre table and columns structure 버튼을 누르면 조정이 가능하다.

0개의 댓글