Problem Solving/문제해결
Error Code: 1262. Row 3105 was truncated; it contained more data than there were input columns 해결 방법
츄르사려고 코딩하는 코집사입니다. 1.Error Code: 1262. Row 3105 was truncated; it contained more data than there were input columns 해결 방법 - CSV파일로 MYSQL에 넣으려다가 발생한 에러다. - 에러가 발생한 이유는 CSV파일에서 쉼표로 열을 구분하는데, 쉼표가 많아서 열을 초과한 경우다. - 그래서, 필요없는 열을 삭제했더니 문제가 해결됐다.
2021. 5. 21.
최근댓글