Python论坛  - 讨论区

标题:[python-chinese] 如何在Python 2.5中操作MySQL 5.0

2006年10月08日 星期日 17:19

伟 滕 tengwei6328在yahoo.com.cn
星期日 十月 8 17:19:04 HKT 2006

Dear All:
   
              小弟新手,请各位赐教.
              如何在Python2.5中连接MySQL 5呢,哪种办法好呢,
              最好能给出Demo
              TKS!

 		
---------------------------------
抢注雅虎免费邮箱-3.5G容量,20M附件! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061008/edc66a55/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月08日 星期日 17:21

刘鑫 march.liu在gmail.com
星期日 十月 8 17:21:51 HKT 2006

Èç¹ûÊÇ*nix£¬¿ÉÒÔÈ¥ÏÂÔØMySQLdb£¬Èç¹ûÊÇwindows£¬¿ÉÒÔ°²×°MySQLµÄODBC¿â£¬È»ºóÓÃPyWin32Ö±½Óµ÷ÓÃADO
COM£¬»òÕßÓÃODBCµÄDBAPI°ü£¬»òÕßÆíµ»MySQLdb·¢²¼for Python 2.5µÄWindows°²×°°ü¡­¡­

ÔÚ06-10-8£¬Î° ëø <tengwei6328在yahoo.com.cn> дµÀ£º
>
> Dear All:
>
>             СµÜÐÂÊÖ,Çë¸÷λ´Í½Ì.
>             ÈçºÎÔÚPython2.5ÖÐÁ¬½ÓMySQL 5ÄØ,ÄÄÖÖ°ì·¨ºÃÄØ,
>             ×îºÃÄܸø³öDemo
>             TKS!
>
> ------------------------------
> ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
»¶Ó­·ÃÎÊ£º
http://blog.csdn.net/ccat

ÁõöÎ
March.Liu
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061008/3128dbf6/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月08日 星期日 17:25

伟 滕 tengwei6328在yahoo.com.cn
星期日 十月 8 17:25:24 HKT 2006

TKS
   
  我看到MySQL上说用Python Database API Specification v2.0
  不知如何使用,各位给点提示啊
   
  我看到还有SQLObject不知可以不

刘鑫 <march.liu at gmail.com> 写道:
  如果是*nix,可以去下载MySQLdb,如果是windows,可以安装MySQL的ODBC库,然后用PyWin32直接调用ADO COM,或者用ODBC的DBAPI包,或者祈祷MySQLdb发布for Python 2.5的Windows安装包……

  在06-10-8,伟 滕 < tengwei6328 at yahoo.com.cn> 写道:    Dear All:
   
              小弟新手,请各位赐教. 
              如何在Python2.5中连接MySQL 5呢,哪种办法好呢,
              最好能给出Demo
              TKS!
  
  
---------------------------------
  抢注雅虎免费邮箱-3.5G容量,20M附件!   

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn 
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

 		
---------------------------------
抢注雅虎免费邮箱-3.5G容量,20M附件! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061008/103ef669/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 12:51

Hong Yuan hongyuan在homemaster.cn
星期一 十月 9 12:51:24 HKT 2006

伟 滕 写道:
> TKS
> 我看到MySQL上说用Python Database API Specification v2.0
> 不知如何使用,各位给点提示啊
> 我看到还有SQLObject不知可以不
>
> *//*

符合DBAPI标准的python mysql库有几个,可以google一下。

DBAPI的数据库连接库比较底层,SQLObject和SQLAlchemy是两个流行的ORM层,能
够简化对数据库的访问。个人比较喜欢 SQLAlchemy。

-- 

大管家网上建材超市
装修买建材 上网找大管家
http://www.homemaster.cn
Tel: 0086-21-34240987
Fax: 0086-21-64692422


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 12:58

伟 滕 tengwei6328在yahoo.com.cn
星期一 十月 9 12:58:00 HKT 2006

给点代码啊

Hong Yuan <hongyuan at homemaster.cn> 写道:  伟 滕 写道:
> TKS
> 我看到MySQL上说用Python Database API Specification v2.0
> 不知如何使用,各位给点提示啊
> 我看到还有SQLObject不知可以不
>
> *//*

符合DBAPI标准的python mysql库有几个,可以google一下。

DBAPI的数据库连接库比较底层,SQLObject和SQLAlchemy是两个流行的ORM层,能
够简化对数据库的访问。个人比较喜欢 SQLAlchemy。

-- 

大管家网上建材超市
装修买建材 上网找大管家
http://www.homemaster.cn
Tel: 0086-21-34240987
Fax: 0086-21-64692422

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

 		
---------------------------------
 雅虎免费邮箱-3.5G容量,20M附件
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/43947948/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 13:04

Hong Yuan hongyuan在homemaster.cn
星期一 十月 9 13:04:35 HKT 2006

代码网上都有,搜索一下就行。建议可以看看http://www.sqlalchemy.org,里面
有不少例子代码。虽然不是mysql的,但用了 ORM层的好处就是代码和数据库驱动
无关。

伟 滕 写道:
> 给点代码啊
>
> */Hong Yuan <hongyuan在homemaster.cn>/* 写道:
>
>     伟滕 写道:
>     > TKS
>     > 我看到MySQL上说用Python Database API Specification v2.0
>     > 不知如何使用,各位给点提示啊
>     > 我看到还有SQLObject不知可以不
>     >
>     > *//*
>
>     符合DBAPI标准的python mysql库有几个,可以google一下。
>
>     DBAPI的数据库连接库比较底层,SQLObject和SQLAlchemy是两个流行的ORM
>     层,能
>     够简化对数据库的访问。个人比较喜欢 SQLAlchemy。
>
>     -- 
>
>     大管家网上建材超市
>     装修买建材 上网找大管家
>     http://www.homemaster.cn
>     Tel: 0086-21-34240987
>     Fax: 0086-21-64692422
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     Subscribe: send subscribe to python-chinese-request在lists.python.cn
>     Unsubscribe: send unsubscribe to
>     python-chinese-request在lists.python.cn
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------------------------------------------------
> 雅虎免费邮箱-3.5G容量,20M附件 <http://cn.mail.yahoo.com/>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 

大管家网上建材超市
装修买建材 上网找大管家
http://www.homemaster.cn
Tel: 0086-21-34240987
Fax: 0086-21-64692422


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 14:00

麦田守望者 qcxhome在gmail.com
星期一 十月 9 14:00:15 HKT 2006

DB-API是一种规范,而MySQLdb是它的一种实现。遵循DB-API规范的实现还有其他一些。

-- 
GoogleTalk: qcxhome at gmail.com
MSN: qcxhome at hotmail.com
My Space: tkdchen.spaces.live.com
BOINC: boinc.berkeley.edu
中国分布式计算总站: www.equn.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 14:58

伟 滕 tengwei6328在yahoo.com.cn
星期一 十月 9 14:58:38 HKT 2006

我说大哥大姐们,我不要你们说大道理,我只要源代码.....
   
  谁让俺的E文烂呢,.........

麦田守望者 <qcxhome at gmail.com> 写道:
  DB-API是一种规范,而MySQLdb是它的一种实现。遵循DB-API规范的实现还有其他一些。

-- 
GoogleTalk: qcxhome at gmail.com
MSN: qcxhome at hotmail.com
My Space: tkdchen.spaces.live.com
BOINC: boinc.berkeley.edu
中国分布式计算总站: www.equn.com
_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

 		
---------------------------------
抢注雅虎免费邮箱-3.5G容量,20M附件! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/b107e128/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 15:04

头太晕 super852在gmail.com
星期一 十月 9 15:04:50 HKT 2006

http://wiki.woodpecker.org.cn/moin/Py4Database
ÕâÀïÃæÓÐÁ´½Ó,ÖÐÎÄÓ¦¸ÃÄÜ¿´¶®°É.

ÔÚ06-10-9£¬Î° ëø <tengwei6328在yahoo.com.cn> дµÀ£º
>
> ÎÒ˵´ó¸ç´ó½ãÃÇ,ÎÒ²»ÒªÄãÃÇ˵´óµÀÀí,ÎÒÖ»ÒªÔ´´úÂë.....
>
> Ë­Èð³µÄEÎÄÀÃÄØ,.........
>
> *ÂóÌïÊØÍûÕß <qcxhome在gmail.com>* дµÀ£º
>
> DB-APIÊÇÒ»Öֹ淶£¬¶øMySQLdbÊÇËüµÄÒ»ÖÖʵÏÖ¡£×ñÑ­DB-API¹æ·¶µÄʵÏÖ»¹ÓÐÆäËûһЩ¡£
>
> --
> GoogleTalk: qcxhome在gmail.com
> MSN: qcxhome在hotmail.com
> My Space: tkdchen.spaces.live.com
> BOINC: boinc.berkeley.edu
> Öйú·Ö²¼Ê½¼ÆËã×ÜÕ¾: www.equn.com
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------
> ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/2ae1f372/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 15:10

刘鑫 march.liu在gmail.com
星期一 十月 9 15:10:03 HKT 2006

ÔÚÕâÀï»Ø´ðÎÊÌⶼÊÇÒåÎñµÄ£¬Ã»ÓÐÈËΪÄ㸺Ô𵽵׵ģº£©¡£
×ö±àÂëÓ¢ÎIJ»ºÃ¿É²»ÊÇʲôֵµÃ¿äÒ«µÄÊÂÇ飬Âò±¾ºñµãµÄ×ֵ䣬ÀÏÀÏʵʵµÄ²éÿһ¸öÓöµ½µÄÉú´Ê£¬Ê±¼ä³¤ÁË£¬Ó¢ÎÄÎĵµÒ²¾Í²»ÊÇʲôÀ§ÄÑÁË¡£

ÔÚ06-10-9£¬Î° ëø <tengwei6328在yahoo.com.cn> дµÀ£º
>
> ÎÒ˵´ó¸ç´ó½ãÃÇ,ÎÒ²»ÒªÄãÃÇ˵´óµÀÀí,ÎÒÖ»ÒªÔ´´úÂë.....
>
> Ë­Èð³µÄEÎÄÀÃÄØ,.........
>
> *ÂóÌïÊØÍûÕß <qcxhome在gmail.com>* дµÀ£º
>
> DB-APIÊÇÒ»Öֹ淶£¬¶øMySQLdbÊÇËüµÄÒ»ÖÖʵÏÖ¡£×ñÑ­DB-API¹æ·¶µÄʵÏÖ»¹ÓÐÆäËûһЩ¡£
>
> --
> GoogleTalk: qcxhome在gmail.com
> MSN: qcxhome在hotmail.com
> My Space: tkdchen.spaces.live.com
> BOINC: boinc.berkeley.edu
> Öйú·Ö²¼Ê½¼ÆËã×ÜÕ¾: www.equn.com
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------
> ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
»¶Ó­·ÃÎÊ£º
http://blog.csdn.net/ccat

ÁõöÎ
March.Liu
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/d54458cd/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 15:29

伟 滕 tengwei6328在yahoo.com.cn
星期一 十月 9 15:29:55 HKT 2006

中文是看懂了,就相当与没看一样
  上面没有太多的参考价值观

头太晕 <super852 at gmail.com> 写道:
  http://wiki.woodpecker.org.cn/moin/Py4Database
这里面有链接,中文应该能看懂吧.

  在06-10-9,伟 滕 < tengwei6328 at yahoo.com.cn> 写道:    我说大哥大姐们,我不要你们说大道理,我只要源代码.....
   
  谁让俺的E文烂呢,.........

麦田守望者 <qcxhome at gmail.com> 写道:
  DB-API是一种规范,而MySQLdb是它的一种实现。遵循DB-API规范的实现还有其他一些。

-- 
GoogleTalk: qcxhome at gmail.com
MSN: qcxhome at hotmail.com
My Space: tkdchen.spaces.live.com
BOINC: boinc.berkeley.edu
中国分布式计算总站: www.equn.com
_______________________________________________ 
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn 
Detail Info: http://python.cn/mailman/listinfo/python-chinese
  
  
---------------------------------
  抢注雅虎免费邮箱-3.5G容量,20M附件!   

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn 
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese


_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese

 		
---------------------------------
抢注雅虎免费邮箱-3.5G容量,20M附件! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/6cebdaf4/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 15:36

头太晕 super852在gmail.com
星期一 十月 9 15:36:43 HKT 2006

ÀïÃæÓиöÁ´½Óhttp://dustman.net/andy/python/python-and-mysql
ÕâÊÇÒ»¸ö»ÃµÆƬ,Ò»Ò³Ò»Ò³Íùºó¿´. ÓÐÁ¬½ÓmyssqlµÄʾÀý.

ÔÚ06-10-9£¬Î° ëø <tengwei6328在yahoo.com.cn> дµÀ£º
>
> ÖÐÎÄÊÇ¿´¶®ÁË,¾ÍÏ൱Óëû¿´Ò»Ñù
> ÉÏÃæûÓÐÌ«¶àµÄ²Î¿¼¼ÛÖµ¹Û
>
> *Í·Ì«ÔÎ <super852在gmail.com>* дµÀ£º
>
> http://wiki.woodpecker.org.cn/moin/Py4Database
> ÕâÀïÃæÓÐÁ´½Ó,ÖÐÎÄÓ¦¸ÃÄÜ¿´¶®°É.
>
> ÔÚ06-10-9£¬Î° ëø < tengwei6328在yahoo.com.cn> дµÀ£º
> >
> > ÎÒ˵´ó¸ç´ó½ãÃÇ,ÎÒ²»ÒªÄãÃÇ˵´óµÀÀí,ÎÒÖ»ÒªÔ´´úÂë.....
> >
> > Ë­Èð³µÄEÎÄÀÃÄØ,.........
> >
> > *ÂóÌïÊØÍûÕß <qcxhome在gmail.com>* дµÀ£º
> >
> > DB-APIÊÇÒ»Öֹ淶£¬¶øMySQLdbÊÇËüµÄÒ»ÖÖʵÏÖ¡£×ñÑ­DB-API¹æ·¶µÄʵÏÖ»¹ÓÐÆäËûһЩ¡£
> >
> > --
> > GoogleTalk: qcxhome在gmail.com
> > MSN: qcxhome在hotmail.com
> > My Space: tkdchen.spaces.live.com
> > BOINC: boinc.berkeley.edu
> > Öйú·Ö²¼Ê½¼ÆËã×ÜÕ¾: www.equn.com
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >  ------------------------------
> > ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com/>
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------
> ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ <http://cn.mail.yahoo.com>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/48156ec8/attachment-0001.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月09日 星期一 22:51

谢小漫 cat在ewyu.com
星期一 十月 9 22:51:52 HKT 2006

其实英文不好也可以看的。。
看到代码的地方就抄。
2.5不会,2.4的还可以连接一下。
还没有升级到2.5啊。。。。

在06-10-9,刘鑫 <march.liu at gmail.com> 写道:
>
> 在这里回答问题都是义务的,没有人为你负责到底的:)。
> 做编码英文不好可不是什么值得夸耀的事情,买本厚点的字典,老老实实的查每一个遇到的生词,时间长了,英文文档也就不是什么困难了。
>
> 在06-10-9,伟 滕 < tengwei6328 at yahoo.com.cn> 写道:
> >
> > 我说大哥大姐们,我不要你们说大道理,我只要源代码.....
> >
> > 谁让俺的E文烂呢,.........
> >
> > *麦田守望者 <qcxhome at gmail.com>* 写道:
> >
> > DB-API是一种规范,而MySQLdb是它的一种实现。遵循DB-API规范的实现还有其他一些。
> >
> > --
> > GoogleTalk: qcxhome at gmail.com
> > MSN: qcxhome at hotmail.com
> > My Space: tkdchen.spaces.live.com
> > BOINC: boinc.berkeley.edu
> > 中国分布式计算总站: www.equn.com
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > ------------------------------
> > 抢注雅虎免费邮箱-3.5G容量,20M附件! <http://cn.mail.yahoo.com>
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
花开邑大,漫步心月湖。
http://www.ewyu.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/90b09117/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]
yrh

yrh

2006年10月10日 星期二 17:14

yrh yuanruihong在126.com
星期二 十月 10 17:14:11 HKT 2006

试试pyodbc

http://pyodbc.sourceforge.net/

伟 滕 写道:
> Dear All:
> 小弟新手,请各位赐教.
> 如何在Python2.5中连接MySQL 5呢,哪种办法好呢,
> 最好能给出Demo
> TKS!
>
> ------------------------------------------------------------------------
> 抢注雅虎免费邮箱-3.5G容量,20M附件! <http://cn.mail.yahoo.com>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号