MySQL Connector/Python Developer Guide

11.40 _mysql_connector.MySQL.set_character_set() Method

Syntax:

ccnx.set_character_set(charset_name)

Sets the default character set for the current session. The only argument permitted is a string that contains the character set name.

Raises a TypeError exception if the argument is not a PyString_type.