10.1.5 mysql.connector.__version__ 属性

此属性将连接器/Python 版本指示为字符串。它从 Connector/Python 1.1.0 开始可用。

>>> mysql.connector.__version__
'1.1.0'