MySQL

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

    #1

    MySQL

    I need to write a Python application which connects to a MySQL 5.0
    database. Can anyone point me in the right direction or a compatible
    library?

    Best,

    rod

  • Wolfram Kraus

    #2
    Re: MySQL

    rodmc wrote:[color=blue]
    > I need to write a Python application which connects to a MySQL 5.0
    > database. Can anyone point me in the right direction or a compatible
    > library?
    >
    > Best,
    >
    > rod
    >[/color]

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


    HTH,
    Wolfram

    Comment

    • rodmc

      #3
      Re: MySQL

      Hi Wolfram,

      Thanks for the tip, after some server issues I am pleased to say the
      library appears to work perfectly with MySQL 5.

      Best,

      rod

      Comment

      Working...