728x90
MySQL 에 입력된 한글이 ???와 같이 깨져나올 때 아래와 같이 해당 테이블, 해당 컬럼의 속성을 변경하여 준다.
ALTER TABLE `book` CHANGE `bookname` `bookname` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL
728x90
'프로그래밍 Programming' 카테고리의 다른 글
윈도우에 easy_install, pip 설치하기 (0) | 2015.10.17 |
---|---|
Anaconda Package List (Python version: 2.7) (0) | 2015.10.17 |
MySQL Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column (0) | 2015.10.03 |
장고 삭제하기 (How to remove django from Ubuntu?) (0) | 2015.09.27 |
Error 1130 Host 'xxx' is not allowed to connect to this MySQL Server (0) | 2015.09.27 |