Skip to Main Content
Documentation
MySQL手册
MySQL企业版
工作台
InnoDB集群
MySQL NDB集群
连接器
Section Menu:
Documentation Home
连接器和 API 手册
前言和法律声明
第一章简介
第 2 章 MySQL 连接器/C++ 开发人员指南
第 3 章 MySQL Connector/J 开发人员指南
第 4 章 MySQL 连接器/NET 开发人员指南
第 5 章 MySQL 连接器/ODBC 开发人员指南
第 6 章 MySQL 连接器/Python 开发人员指南
6.1 MySQL Connector/Python简介
6.2 Python 开发人员指南
6.3 连接器/Python 版本
6.4 连接器/Python 安装
6.5 连接器/Python 编码示例
6.6 连接器/Python 教程
6.7 连接器/Python连接建立
6.8 连接器/Python 其他主题
6.9 连接器/Python API 参考
6.9.1 mysql.connector 模块1
6.9.2 connection.MySQLConnection类1
6.9.2.1 connection.MySQLConnection()构造函数
6.9.2.2 MySQLConnection.close()方法
6.9.2.3 MySQLConnection.commit()方法
6.9.2.4 MySQLConnection.config()方法
6.9.2.5 MySQLConnection.connect()方法
6.9.2.6 MySQLConnection.cursor() 方法
6.9.2.7 MySQLConnection.cmd_change_user()方法
6.9.2.8 MySQLConnection.cmd_debug()方法
6.9.2.9 MySQLConnection.cmd_init_db()方法
6.9.2.10 MySQLConnection.cmd_ping()方法
6.9.2.11 MySQLConnection.cmd_process_info()方法
6.9.2.12 MySQLConnection.cmd_process_kill()方法
6.9.2.13 MySQLConnection.cmd_query()方法
6.9.2.14 MySQLConnection.cmd_query_iter()方法
6.9.2.15 MySQLConnection.cmd_quit()方法
6.9.2.16 MySQLConnection.cmd_refresh()方法
6.9.2.17 MySQLConnection.cmd_reset_connection()方法
6.9.2.18 MySQLConnection.cmd_shutdown()方法
6.9.2.19 MySQLConnection.cmd_statistics()方法
6.9.2.20 MySQLConnection.disconnect()方法
6.9.2.21 MySQLConnection.get_row()方法
6.9.2.22 MySQLConnection.get_rows()方法
6.9.2.23 MySQLConnection.get_server_info()方法
6.9.2.24 MySQLConnection.get_server_version()方法
6.9.2.25 MySQLConnection.is_connected()方法
6.9.2.26 MySQLConnection.isset_client_flag()方法
6.9.2.27 MySQLConnection.ping()方法
6.9.2.28 MySQLConnection.reconnect()方法
6.9.2.29 MySQLConnection.reset_session()方法
6.9.2.30 MySQLConnection.rollback()方法
6.9.2.31 MySQLConnection.set_charset_collation()方法
6.9.2.32 MySQLConnection.set_client_flags()方法
6.9.2.33 MySQLConnection.shutdown()方法
6.9.2.34 MySQLConnection.start_transaction()方法
6.9.2.35 MySQLConnection.autocommit 属性
6.9.2.36 MySQLConnection.unread_results 属性
6.9.2.37 MySQLConnection.can_consume_results 属性
6.9.2.38 MySQLConnection.charset 属性
6.9.2.39 MySQLConnection.collation 属性
6.9.2.40 MySQLConnection.connection_id 属性
6.9.2.41 MySQLConnection.database 属性
6.9.2.42 MySQLConnection.get_warnings 属性
6.9.2.43 MySQLConnection.in_transaction 属性
6.9.2.44 MySQLConnection.raise_on_warnings 属性
6.9.2.45 MySQLConnection.server_host 属性
6.9.2.46 MySQLConnection.server_port 属性
6.9.2.47 MySQLConnection.sql_mode 属性
6.9.2.48 MySQLConnection.time_zone 属性
6.9.2.49 MySQLConnection.unix_socket 属性
6.9.2.50 MySQLConnection.user 属性
6.9.3 pooling.MySQLConnectionPool类1
6.9.4 pooling.PooledMySQLConnection类1
6.9.5 游标.MySQL游标类1
6.9.6 子类 cursor.MySQLCursor1
6.9.7 constants.ClientFlag类1
6.9.8 constants.FieldType类1
6.9.9 constants.SQLMode类1
6.9.10 constants.CharacterSet 类1
6.9.11 constants.RefreshOption 类1
6.9.12 错误和异常1
第 7 章 MySQL 和 PHP
连接器和 API 手册
/
第 6 章 MySQL 连接器/Python 开发人员指南
/
6.9 连接器/Python API 参考
/
6.9.2 connection.MySQLConnection类
/ 6.9.2.46 MySQLConnection.server_port 属性
6.9.2.46 MySQLConnection.server_port 属性
此只读属性返回用于连接到 MySQL 服务器的 TCP/IP 端口。
返回一个整数。