티스토리 뷰
반응형
incorrect string value : ''\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1
에러 발생시 설정 변경 방법
1. 오류 사항
1) mysql insert query 실행시 오류 메시지
mysql> ERROR 1366 (HY000) : incorrect string value : ''\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1
2) application 내에서 insert query 실행시 오류 메시지
org.springframework.jdbc.UncategorizedSQLException:
### Error updating database. Cause: java.sql.SQLException: Incorrect string value: '\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1
### The error may involve com.jworks.grevu.mapper.ItemMapper.addItem-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO item (itemName, itemPrice, itemDesc, shopId) VALUES (?,?,?,?)
### Cause: java.sql.SQLException: Incorrect string value: '\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1
; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1366]; Incorrect string value: '\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1; nested exception is java.sql.SQLException: Incorrect string value: '\xED\x95\x9C\xEC\x9A\xB0...' for column 'itemName' at row 1
2. 수정방법
1) my.cnf 파일 설정 변경
$ sudo vi /usr/local/mysql/my.cnf
[mysqld]...default-character-set=utf8default-collation=utf8_general_ci...
2) database, table character set 설정
mysql> ALTER TABLE table_name convert to charset utf8;
3. 완료 후 mysql 재시작
$ mysql restart
반응형
'Software Engineering > MySQL' 카테고리의 다른 글
[MySQL] Macbook에서 root 패스워드 지정 (0) | 2013.12.23 |
---|
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 구글태그매니저
- 빅쿼리
- Martech
- google sheet api
- 데이터분석
- IOS
- 오블완
- Google Analytics
- ChatGPT
- GA4
- GA API
- bigquery
- 업무자동화
- GTM
- GA4 강의
- 데이터전처리
- Google Tag Manager
- googletagmanager
- 구글애널리틱스
- 구글애널리틱스4
- 구글시트API
- googleanalytics
- GCP
- 파이썬
- 구글클라우드
- Ga
- Python
- 마테크
- google sheet
- AWS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함