Skip to content

Commit

Permalink
[fix] mysql 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 26, 2024
1 parent bf85f69 commit bd74506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- ./mysql/data:/var/lib/mysql
- ./src/main/resources/sql:/docker-entrypoint-initdb.d
command: # 한글 인코딩
- --skip-character-set-client-handshake #서버 시스템 인코딩 방식과 상관없이 character-set-server 에 지정된 문자를 기본으로
# - --skip-character-set-client-handshake #서버 시스템 인코딩 방식과 상관없이 character-set-server 에 지정된 문자를 기본으로
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci

Expand Down

0 comments on commit bd74506

Please sign in to comment.