카테고리 없음
import cannot create a JSON value from a string with CHARACTER SET 'binary'
Dalmooria
2022. 5. 23. 17:05
DB 마이그레이션 중 에러발생.
쿼리문 변경해주면된다.
vi xxxx.sql
:%s/\(X'[^,\)]*'\)/CONVERT(\1 using utf8mb4)/g