+ -
当前位置:首页 → 问答吧 → python连接MySQL问题

python连接MySQL问题

时间:2011-08-09

来源:互联网

#_*_coding:utf-8_*_
import MySQLdb

def Png_Clr_c():
  conn=MySQLdb.connect(host='localhost',user='root',passwd='zhuchao',db='test')
  cur=conn.cursor()

if __name__=="__main__":
  Png_Clr_c()



错误:AttributeError: 'Connection' object has no attribute 'cursorclass'


求高人指点

作者: zhuchao_shmtu   发布时间: 2011-08-09

MySQLdb包安装好了吗?

作者: iihero   发布时间: 2011-08-09