How do I open a mysql database with python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Moishy Gluck

    #1

    How do I open a mysql database with python

    How do I open a mysql database with python. I nead a module that is
    compatible with windows, and will be on any regular server I singup
    with. if you could give me some documentation on the module that would
    be good also.

    Thanks
  • sturlamolden

    #2
    Re: How do I open a mysql database with python

    http://sourceforge.net/projects/mysql-python

    Comment

    • BartlebyScrivener

      #3
      Re: How do I open a mysql database with python

      Or mxODBC

      mxODBC™ is the eGenix flagship product for connecting Python to all major databases, on all major platforms, using a fully Python DB-API 2.0 standard compatible ODBC interface, with many extensions and enhanced support of stored procedures with input, output and input/output parameters.


      rpd

      Comment

      Working...