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
- netsh
- Eclipse
- 단축키
- find
- bash
- port
- 줄바꿈 문자
- VirtualBox
- tomcat
- Mac
- Quartz
- maVen
- xargs
- Windows 10
- web.xml
- profile
- context
- IntelliJ
- grep
- ssh
- vscode
- resource
- 네트워크
- lsof
- Windows
- GIT
- Source
- plugin
- import
- JavaScript
Archives
- Today
- Total
develog
MySql CharSet 관련 본문
SHOW CHARACTER SET;
SHOW CHARACTER SET LIKE '%euc%';
SHOW CHARACTER SET LIKE '%utf%';
SHOW CHARACTER SET WHERE CHARSET LIKE '%euc%' OR CHARSET LIKE '%utf%';
SHOW COLLATION;
SHOW COLLATION LIKE '%euc%';
SHOW COLLATION LIKE '%utf%';
SHOW COLLATION WHERE CHARSET LIKE '%euc%' OR CHARSET LIKE '%utf%';
'DB > MySQL' 카테고리의 다른 글
[MySql] SQLException, Column 'COL_NM' not found (0) | 2014.04.05 |
---|---|
MySql, SQL Error (1267): Illegal mix of collations (0) | 2014.04.05 |
iBatis, MySQL insert 후 insert Id 가져오기 (0) | 2013.12.13 |
[MySql] Transaction Test (0) | 2013.12.12 |
[MySql] CREATE TABLE ENGINE (0) | 2013.12.12 |
Comments