MySQL Connector/Python Release Notes
Syntax:
charset = ccnx.character_set_name()
Returns the name of the default character set for the current MySQL session.
Some MySQL character sets have no equivalent names in Python. When
this is the case, a name usable by Python is returned. For
example, the 'utf8mb4'
MySQL character set name
is returned as 'utf8'
.