Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D.Com DB 연동 시 발생 문제 #1

Open
JustKode opened this issue Mar 17, 2022 · 1 comment
Open

D.Com DB 연동 시 발생 문제 #1

JustKode opened this issue Mar 17, 2022 · 1 comment
Labels
invalid This doesn't seem right

Comments

@JustKode
Copy link
Member

  • 현재 D.Com 동아리 데이터베이스UTF-8을 이용함. utf8mb4 로 바꿔야 함.
  • 또한 기본 엔진 또한 InnoDB가 아닌, MyISAM을 사용
  • Migrate 전에 설정 변경이 필요 함!
@JustKode JustKode added the invalid This doesn't seem right label Mar 17, 2022
@JustKode
Copy link
Member Author

해결 법: 일단 migration시, DB 접속하여 다음을 작성 해야 함.

ALTER TABLE 테이블명 CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant