PDF (US Ltr)
- 4.5Mb
PDF (A4)
- 4.5Mb
Syntax:
cnx.close()
close() is a synonym for
disconnect(). See
Section 6.9.2.20, “MySQLConnection.disconnect() Method”.
For a connection obtained from a connection pool,
close() does not actually close it but
returns it to the pool and makes it available for subsequent
connection requests. See
Section 6.8.5, “Connector/Python Connection Pooling”.