最新文章
推荐文章
热点文章
创建数据库
Createdatabase数据库名
创建表
Createtable表名(列名,数据类型)
数据库参数
Int使用整形
Char定义长字符
pymysql.Connect()参数说明
host(str):MySQL服务器地址
port(int):MySQL服务器端口号
user(str):用户名
passwd(str):密码
db(str):数据库名称
charset(str):连接编码
connection对象支持的方法
cursor()使用该连接创建并返回游标
转载请注明:http://www.aierlanlan.com/rzfs/1984.html