Home > MySQL, Oracle, Python, Work > MySQL Connector/Python 1.0.5 beta available through PyPI

MySQL Connector/Python 1.0.5 beta available through PyPI

August 8th, 2012 Leave a comment Go to comments

Yesterday we announced the availability of MySQL Connector/Python v1.0.5 beta. Today I’ve made it available on PyPI so it can be easily installed. Note that I did remove the old development release and when you upgrade or try v1.0.5, you should check the ChangeLog.

shell> pip install mysql-connector-python

For those wondering why the name includes ‘python’: it’s just to align it with other MySQL connectors and to keep the name consistent with other distribution types.

We welcome and appreciate feedback and comments for this first beta release through the forum and the MySQL Bugs database.

  1. Sandro Tosi
    August 8th, 2012 at 14:19 | #1

    Hi,
    but on PyPI you versioned mysql-connector as 1.0.5 which seems a final version instead of a beta one

    • August 8th, 2012 at 16:00 | #2

      Indeed. One problem I have with version is ’1.0.5b’ is not valid for StrictVersion.
      Now, ’1.0.5b1′ one is, so theoretically the next beta would be ’1.0.6b1′.

      Is that acceptable? I will change it to ’1.0.5b1′ on PyPI if so.

  2. October 11th, 2012 at 13:59 | #3

    I’d like to thank you for this, was looking for this kind of library. Thank you! :-)