Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python Developer Guide  /  Connector/Python C Extension API Reference  /  _mysql_connector.MySQL.connected() Method

11.11 _mysql_connector.MySQL.connected() Method

Syntax:

is_connected = ccnx.connected()

Returns True or False to indicate whether the MySQL instance is connected.