目录
- 1、安装mysql-connector-python
- 2、连接 MySQL 数据库
- 3、修改数据库
1、安装mysql-connector-python
要在 Python 中连接 MySQL 数据库 “test”,可以使用 “mysql-connector-python” 包。首先,确保已经安装了该包。可以使用 pip 命令进行安装:
pip install mysql-connector-python
或
pip install mysql-connector-python -i https://pypi.tuna.tsinghua.edu.cn/simple
2、连接 MySQL 数据库
一定要开启数据库,然后,在 Python 代码中,可以使用以下代码来连接数据库test:
import mysql.connector