Python 操作 mysql -> MySQLdb
首先需要下载一个模块:
pip3 install MySQL-python
如果出错,参考这篇文章:Python 解决 MySQLdb(MySQL-python) 安装失败的问题 -> windows 系统
接下来是代码:
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import MySQLdb
localhost = "xxxxxxxx" ...
原创
2018-06-26 22:35:48 ·
153 阅读 ·
0 评论