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 | 29 | 30 |
Tags
- web.xml
- 줄바꿈 문자
- vscode
- profile
- VirtualBox
- tomcat
- ssh
- find
- Eclipse
- xargs
- JavaScript
- Windows 10
- import
- netsh
- 단축키
- context
- lsof
- 네트워크
- Source
- grep
- Windows
- plugin
- port
- resource
- maVen
- Mac
- Quartz
- bash
- IntelliJ
- GIT
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