Python操做MySQL数据库(mysqlclient模块)

使用pip安装python pip install mysqlclientmysql import MySQLdb conn= MySQLdb.connect(host='localhost',port = 3306,user='root',db ='along') cur = conn.cursor() #cur.execute("create table if not exists stude
相关文章
相关标签/搜索