Python服務器開發知識摘要

一、 【鏈接mysql】 1用MySQLdb模塊操做MySQL數據庫很是方便。示例代碼以下:python import os, sys import MySQLdb try: conn MySQLdb.connect(host=’localhost’,user=’root’,passwd=’’,db=’address’ except Exception,e: print e
相關文章
相關標籤/搜索