zl程序教程

您现在的位置是:首页 >  后端

当前栏目

安装MySQL-python

2023-09-11 14:18:56 时间

安装MySQL-python

1. yum -y install mysql  mysql-devel

2. yum -y install python-devel

3. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple MySQL-python