python中Mysql的create,insert,update,fetchall,fetchone一些简单操作
“”“比较常用的参数包括:host:数据库主机名.默认是用本地主机user:数据库登陆名.默认是当前用户passwd:数据库登陆的秘密.默认为空db:要使用的数据库名.没有默认值port:MySQL服务使用的TCP端口.默认是3306charset:数据库编码conn=MySQLdb.connect(host="localhost",user="root",pass