pythonmysql数据库'latin【点击查看详情】
pythonmysql数据库'latin:UnicodeEncodeError:'latin-1' codec can't encode character ... This is because MySQLdb normally tries to encode everythin to latin-1. This can be fixed by executing the following commands right after you've etablished the connection: db . s