Skip to Main Content
The world's most popular open source database
Contact MySQL
|
Login
|
Register
MySQL.com
Downloads
Documentation
Developer Zone
Developer Zone
Downloads
MySQL.com
Documentation
MySQL Server
MySQL Enterprise
Workbench
InnoDB Cluster
MySQL NDB Cluster
Connectors
More
MySQL.com
Downloads
Developer Zone
Section Menu:
Documentation Home
Connectors and APIs Manual
Preface and Legal Notices
Introduction
MySQL Connector/C++ Developer Guide
MySQL Connector/J Developer Guide
MySQL Connector/NET Developer Guide
MySQL Connector/ODBC Developer Guide
MySQL Connector/Python Developer Guide
Introduction to MySQL Connector/Python
Guidelines for Python Developers
Connector/Python Versions
Connector/Python Installation
Obtaining Connector/Python
Installing Connector/Python from a Binary Distribution
Installing Connector/Python from a Source Distribution
Verifying Your Connector/Python Installation
Connector/Python Coding Examples
Connecting to MySQL Using Connector/Python
Creating Tables Using Connector/Python
Inserting Data Using Connector/Python
Querying Data Using Connector/Python
Connector/Python Tutorials
Tutorial: Raise Employee's Salary Using a Buffered Cursor
Connector/Python Connection Establishment
Connector/Python Connection Arguments
Connector/Python Option-File Support
Connector/Python Other Topics
Connector/Python Logging
Telemetry Support
Asynchronous Connectivity
Connector/Python Connection Pooling
Connector/Python Django Back End
Connector/Python API Reference
mysql.connector Module
mysql.connector.connect() Method
mysql.connector.apilevel Property
mysql.connector.paramstyle Property
mysql.connector.threadsafety Property
mysql.connector.__version__ Property
mysql.connector.__version_info__ Property
connection.MySQLConnection Class
connection.MySQLConnection() Constructor
MySQLConnection.close() Method
MySQLConnection.commit() Method
MySQLConnection.config() Method
MySQLConnection.connect() Method
MySQLConnection.cursor() Method
MySQLConnection.cmd_change_user() Method
MySQLConnection.cmd_debug() Method
MySQLConnection.cmd_init_db() Method
MySQLConnection.cmd_ping() Method
MySQLConnection.cmd_process_info() Method
MySQLConnection.cmd_process_kill() Method
MySQLConnection.cmd_query() Method
MySQLConnection.cmd_query_iter() Method
MySQLConnection.cmd_quit() Method
MySQLConnection.cmd_refresh() Method
MySQLConnection.cmd_reset_connection() Method
MySQLConnection.cmd_shutdown() Method
MySQLConnection.cmd_statistics() Method
MySQLConnection.disconnect() Method
MySQLConnection.get_row() Method
MySQLConnection.get_rows() Method
MySQLConnection.get_server_info() Method
MySQLConnection.get_server_version() Method
MySQLConnection.is_connected() Method
MySQLConnection.isset_client_flag() Method
MySQLConnection.ping() Method
MySQLConnection.reconnect() Method
MySQLConnection.reset_session() Method
MySQLConnection.rollback() Method
MySQLConnection.set_charset_collation() Method
MySQLConnection.set_client_flags() Method
MySQLConnection.shutdown() Method
MySQLConnection.start_transaction() Method
MySQLConnection.autocommit Property
MySQLConnection.unread_results Property
MySQLConnection.can_consume_results Property
MySQLConnection.charset Property
MySQLConnection.collation Property
MySQLConnection.connection_id Property
MySQLConnection.database Property
MySQLConnection.get_warnings Property
MySQLConnection.in_transaction Property
MySQLConnection.raise_on_warnings Property
MySQLConnection.server_host Property
MySQLConnection.server_port Property
MySQLConnection.sql_mode Property
MySQLConnection.time_zone Property
MySQLConnection.unix_socket Property
MySQLConnection.user Property
pooling.MySQLConnectionPool Class
pooling.MySQLConnectionPool Constructor
MySQLConnectionPool.add_connection() Method
MySQLConnectionPool.get_connection() Method
MySQLConnectionPool.set_config() Method
MySQLConnectionPool.pool_name Property
pooling.PooledMySQLConnection Class
pooling.PooledMySQLConnection Constructor
PooledMySQLConnection.close() Method
PooledMySQLConnection.config() Method
PooledMySQLConnection.pool_name Property
cursor.MySQLCursor Class
cursor.MySQLCursor Constructor
MySQLCursor.add_attribute() Method
MySQLCursor.clear_attributes() Method
MySQLCursor.get_attributes() Method
MySQLCursor.callproc() Method
MySQLCursor.close() Method
MySQLCursor.execute() Method
MySQLCursor.executemany() Method
MySQLCursor.fetchall() Method
MySQLCursor.fetchmany() Method
MySQLCursor.fetchone() Method
MySQLCursor.fetchwarnings() Method
MySQLCursor.stored_results() Method
MySQLCursor.column_names Property
MySQLCursor.description Property
MySQLCursor.lastrowid Property
MySQLCursor.rowcount Property
MySQLCursor.statement Property
MySQLCursor.with_rows Property
Subclasses cursor.MySQLCursor
cursor.MySQLCursorBuffered Class
cursor.MySQLCursorRaw Class
cursor.MySQLCursorBufferedRaw Class
cursor.MySQLCursorDict Class
cursor.MySQLCursorBufferedDict Class
cursor.MySQLCursorNamedTuple Class
cursor.MySQLCursorBufferedNamedTuple Class
cursor.MySQLCursorPrepared Class
constants.ClientFlag Class
constants.FieldType Class
constants.SQLMode Class
constants.CharacterSet Class
constants.RefreshOption Class
Errors and Exceptions
errorcode Module
errors.Error Exception
errors.DataError Exception
errors.DatabaseError Exception
errors.IntegrityError Exception
errors.InterfaceError Exception
errors.InternalError Exception
errors.NotSupportedError Exception
errors.OperationalError Exception
errors.PoolError Exception
errors.ProgrammingError Exception
errors.Warning Exception
errors.custom_error_exception() Function
MySQL and PHP
Download this Manual
PDF (US Ltr)
- 4.5Mb
PDF (A4)
- 4.5Mb
Connectors and APIs Manual
/
...
/
MySQL Connector/Python Developer Guide
/
Connector/Python API Reference
/
mysql.connector Module
6.9.1 mysql.connector Module
6.9.1.1 mysql.connector.connect() Method
6.9.1.2 mysql.connector.apilevel Property
6.9.1.3 mysql.connector.paramstyle Property
6.9.1.4 mysql.connector.threadsafety Property
6.9.1.5 mysql.connector.__version__ Property
6.9.1.6 mysql.connector.__version_info__ Property
The
mysql.connector
module provides top-level methods and properties.
PREV
HOME
UP
NEXT
Download this Manual
PDF (US Ltr)
- 4.5Mb
PDF (A4)
- 4.5Mb