Example for using MySQL

Steve Holden sholden at holdenweb.com
Fri Nov 9 07:47:07 EST 2001


One place would be:

http://sourceforge.net/docman/?group_id=22307

which is the SourceForge documentation for the MySQLdb module. There are (at
least) two (easy) ways to use MySQL in Python:

1) Install the MySQL module and use that; and

2) Install MySQLodbc then treat MySQL just like any other ODBC source.

On the Windows platform both these sloutions work well. Don't have any
direct Unix experience to quote at you yet.

regards
 Steve
--
http://www.holdenweb.com/


"Andreas Penzel" <mail at andreas-penzel.de> wrote in message
news:9sg7t8$12a85q$1 at ID-69142.news.dfncis.de...
> Hello NG!
>
> Where can I find an example for using MySQL in Python (specially how to
> connect to the DB)?
>
> Thanks, Andreas
>
>





More information about the Python-list mailing list