python管理mysql
1. 方法一 pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple yum -y install sqlalchemy pip3 install pandas import pandas as pd from sqlalchemy import create_engine class Python_Mysql ( object ): def __init__ ( sel…
2025-10-31