Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Quartz
- netsh
- grep
- Source
- lsof
- GIT
- Windows
- 네트워크
- context
- ssh
- resource
- web.xml
- Eclipse
- xargs
- JavaScript
- vscode
- tomcat
- profile
- bash
- 줄바꿈 문자
- Windows 10
- maVen
- import
- VirtualBox
- plugin
- 단축키
- Mac
- port
- IntelliJ
- find
Archives
- Today
- Total
develog
MySQL insert 시 한글 깨질 때 해결방법 본문
connection url 뒤에 아래 문구 붙임
=> ?useUnicode=true&characterEncoding=utf8
utf8 은 '-' 빼고 소문자로
ex) jdbc:mysql://127.0.0.1:3306/MY_DB_SCHEMA?useUnicode=true&characterEncoding=utf8
'DB > MySQL' 카테고리의 다른 글
[MySql] Transaction Test (0) | 2013.12.12 |
---|---|
[MySql] CREATE TABLE ENGINE (0) | 2013.12.12 |
MySQL JDBC 한글 깨짐 (0) | 2013.12.11 |
MySQL 인코딩 확인 (0) | 2013.12.11 |
MySQL 버전 확인 (0) | 2013.12.11 |
Comments