- 博客(1)
- 收藏
- 关注
原创 第一阶段:python3 连接本地mysql
import pymysql pymysql.install_as_MySQLdb() db = pymysql.connect(host=“127.0.0.1”,user=“testuser”,password=“test123”,db=“world”,port=3306 ) cursor=db.cursor() cursor.execute("select * from city ") da...
2019-01-06 18:44:23 931
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人