一、链接mysql数据,需要安装 PyMysql。
1.下载地址:https://github.com/PyMySQL/PyMySQL 。
2.安装方式:
a.解压pymysql安装包。
b. cd 到 pymysql 目录。
c.执行 python setup.py install。
3.验证安装结果。
import pymysql ,不报错则是成功。
二、链接oralce ,需要安装cx_Oracle
官网下载地址:https://oracle.github.io/python-cx_Oracle/
原文地址:https://www.cnblogs.com/jiangzp/p/11108177.html
时间: 2024-11-05 20:46:06