MySQL--Python操做及可視化

在iPython中植入MySQLdbhtml ###操做前的準備#### importMySQLdb conn=MySQLdb.connect(host="localhost",user="root",passwd="619523",db="zx_wor",charset="utf8")##利用MySQLdb創建一個鏈接對象conn; cur=conn.cursor()##利用鏈接對象獲得遊標對象
相關文章
相關標籤/搜索