파이선에서 "db error:'ascii' codec can't decode ordinal not in range(128)" 에러시 처리방법 Python 2.4.3 (#1, Sep 3 2009, 15:37:12) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> MySQLdb.__version__ '1.2.1' >>> # yum --enablerepo=c5-testing update MySQL-python MySQLdb 를 1.2.2 이상을 깔아준다. 끝~ 참고로 centos 5 에서 테스트함