跳至主要内容
世界上最流行的开源数据库
联系 MySQL
|
登录
|
注册
MySQL.com
下载
文档
开发者专区
开发者专区
下载
MySQL.com
文档
MySQL 服务器
MySQL 企业版
Workbench
InnoDB 集群
MySQL NDB 集群
连接器
更多
MySQL.com
下载
开发者专区
章节菜单:
文档主页
MySQL Connector/Python 开发人员指南
前言和法律声明
MySQL Connector/Python 简介
Python 开发人员指南
Connector/Python 版本
Connector/Python 安装
Connector/Python 代码示例
Connector/Python 教程
Connector/Python 连接建立
Connector/Python C 扩展
Connector/Python 其他主题
Connector/Python API 参考
mysql.connector 模块
mysql.connector.connect() 方法
mysql.connector.apilevel 属性
mysql.connector.paramstyle 属性
mysql.connector.threadsafety 属性
mysql.connector.__version__ 属性
mysql.connector.__version_info__ 属性
connection.MySQLConnection 类
connection.MySQLConnection() 构造函数
MySQLConnection.close() 方法
MySQLConnection.commit() 方法
MySQLConnection.config() 方法
MySQLConnection.connect() 方法
MySQLConnection.cursor() 方法
MySQLConnection.cmd_change_user() 方法
MySQLConnection.cmd_debug() 方法
MySQLConnection.cmd_init_db() 方法
MySQLConnection.cmd_ping() 方法
MySQLConnection.cmd_process_info() 方法
MySQLConnection.cmd_process_kill() 方法
MySQLConnection.cmd_query() 方法
MySQLConnection.cmd_query_iter() 方法
MySQLConnection.cmd_quit() 方法
MySQLConnection.cmd_refresh() 方法
MySQLConnection.cmd_reset_connection() 方法
MySQLConnection.cmd_shutdown() 方法
MySQLConnection.cmd_statistics() 方法
MySQLConnection.disconnect() 方法
MySQLConnection.get_row() 方法
MySQLConnection.get_rows() 方法
MySQLConnection.get_server_info() 方法
MySQLConnection.get_server_version() 方法
MySQLConnection.is_connected() 方法
MySQLConnection.isset_client_flag() 方法
MySQLConnection.ping() 方法
MySQLConnection.reconnect() 方法
MySQLConnection.reset_session() 方法
MySQLConnection.rollback() 方法
MySQLConnection.set_charset_collation() 方法
MySQLConnection.set_client_flags() 方法
MySQLConnection.shutdown() 方法
MySQLConnection.start_transaction() 方法
MySQLConnection.autocommit 属性
MySQLConnection.unread_results 属性
MySQLConnection.can_consume_results 属性
MySQLConnection.charset 属性
MySQLConnection.collation 属性
MySQLConnection.connection_id 属性
MySQLConnection.database 属性
MySQLConnection.get_warnings 属性
MySQLConnection.in_transaction 属性
MySQLConnection.raise_on_warnings 属性
MySQLConnection.server_host 属性
MySQLConnection.server_port 属性
MySQLConnection.sql_mode 属性
MySQLConnection.time_zone 属性
MySQLConnection.unix_socket 属性
MySQLConnection.user 属性
pooling.MySQLConnectionPool 类
pooling.MySQLConnectionPool 构造函数
MySQLConnectionPool.add_connection() 方法
MySQLConnectionPool.get_connection() 方法
MySQLConnectionPool.set_config() 方法
MySQLConnectionPool.pool_name 属性
pooling.PooledMySQLConnection 类
pooling.PooledMySQLConnection 构造函数
PooledMySQLConnection.close() 方法
PooledMySQLConnection.config() 方法
PooledMySQLConnection.pool_name 属性
cursor.MySQLCursor 类
cursor.MySQLCursor 构造函数
MySQLCursor.add_attribute() 方法
MySQLCursor.clear_attributes() 方法
MySQLCursor.get_attributes() 方法
MySQLCursor.callproc() 方法
MySQLCursor.close() 方法
MySQLCursor.execute() 方法
MySQLCursor.executemany() 方法
MySQLCursor.fetchall() 方法
MySQLCursor.fetchmany() 方法
MySQLCursor.fetchone() 方法
MySQLCursor.fetchwarnings() 方法
MySQLCursor.stored_results() 方法
MySQLCursor.column_names 属性
MySQLCursor.description 属性
MySQLCursor.lastrowid 属性
MySQLCursor.rowcount 属性
MySQLCursor.statement 属性
MySQLCursor.with_rows 属性
子类 cursor.MySQLCursor
cursor.MySQLCursorBuffered 类
cursor.MySQLCursorRaw 类
cursor.MySQLCursorBufferedRaw 类
cursor.MySQLCursorDict 类
cursor.MySQLCursorBufferedDict 类
cursor.MySQLCursorNamedTuple 类
cursor.MySQLCursorBufferedNamedTuple 类
cursor.MySQLCursorPrepared 类
constants.ClientFlag 类
constants.FieldType 类
constants.SQLMode 类
constants.CharacterSet 类
constants.RefreshOption 类
错误和异常
errorcode 模块
errors.Error 异常
errors.DataError 异常
errors.DatabaseError 异常
errors.IntegrityError 异常
errors.InterfaceError 异常
errors.InternalError 异常
errors.NotSupportedError 异常
errors.OperationalError 异常
errors.PoolError 异常
errors.ProgrammingError 异常
errors.Warning 异常
errors.custom_error_exception() 函数
Connector/Python C 扩展 API 参考
索引
相关文档
MySQL Connector/Python 发行说明
下载本手册
PDF (US Ltr)
- 0.7Mb
PDF (A4)
- 0.7Mb
MySQL Connector/Python 开发人员指南
/
...
/
Connector/Python API 参考
/
connection.MySQLConnection 类
/
MySQLConnection.cmd_ping() 方法
10.2.10 MySQLConnection.cmd_ping() 方法
检查与服务器的连接是否正常。
不应直接使用此方法。请使用
ping()
或
is_connected()
代替。
返回一个包含 OK 包信息 的字典。
PREV
HOME
UP
NEXT
相关文档
MySQL Connector/Python 发行说明
下载本手册
PDF (US Ltr)
- 0.7Mb
PDF (A4)
- 0.7Mb