下面是使用 Python 操作 MySQL 数据库的示例程序: 首先需要安装 mysql-connector-python 库,可以使用 pip 安装: pipinstall mysql-connector-python