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

MySQL 8버전 깃 액션 ci 구축 #16

Closed
ehgks0000 opened this issue Mar 16, 2022 · 1 comment
Closed

MySQL 8버전 깃 액션 ci 구축 #16

ehgks0000 opened this issue Mar 16, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@ehgks0000
Copy link
Collaborator

제목

로컬 테스트 환경과 똑같은 CI 테스트 환경 구축 과정에서의이슈

작업 내용

mysql -e 'SET GLOBAL sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION";' -uroot -proot
추가

주의 사항

  • 로컬 도커처럼 옵션 플래그로 sql_mode 수정 불가 ( command가 없다)
  • 깃 액션에서 mysql 컨테이너는 서비스를 수동으로 시작 해주어야 한다.
  • mysql 8.0.11 버전 이후로 NO_AUTO_CREATE_USER depreacated 됨
@ehgks0000 ehgks0000 added the wontfix This will not be worked on label Mar 16, 2022
@ehgks0000
Copy link
Collaborator Author

ehgks0000 commented Mar 16, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant