개발공부/DB
[Mysql workbench] csv파일 import 오류 : Can't analyze file. Please try to change encoding type.
랭쥬
2020. 11. 12. 17:25
데이터 옮기려고 하는데 오류... 가 생겼다.
Can't analyze file. Please try to change encoding type.
If that doesn't help, maybe the file is not: csv, or the file is empty.
📌해결방법
1. csv 파일을 오른쪽버튼 클릭 > 연결프로그램 > 메모장으로 열기 >다른이름으로 저장 (인코딩 : UTF-8로 설정)
2. mysql workbench를 다운그레이드 하면된다.
📌 참고로 mysql 데이터 import 할때는
1. json
2. csv 파일
만 가능