DB/MySQL
Mysql Command Line Client charset 설정
linuxism
2012. 3. 27. 16:16
Mysql Command Line Client에서 한글이 깨질 경우 아래와 같이 설정
mysql> set names euckr;