Menu

Tree [da63db] ZMySQLDA-2 / ZMySQLDA /
 History

HTTPS access


File Date Author Commit
 help 2007-02-28 adustman adustman [8f1e01] Recopy, loose unnecessary lib/python/Products
 icons 2007-02-28 adustman adustman [8f1e01] Recopy, loose unnecessary lib/python/Products
 CHANGES.txt 2010-11-10 eikenberry eikenberry [da63db] upped version numbers for new release
 CREDITS.txt 2010-11-10 eikenberry eikenberry [da63db] upped version numbers for new release
 DA.py 2010-11-10 eikenberry eikenberry [3cc238] bug 3106015; zope 2.12/plone4 compatibility fix
 DABase.py 2008-02-08 eikenberry eikenberry [a761e4] Some cleanups and extensions to the database in...
 DEPENDENCIES.txt 2009-01-05 eikenberry eikenberry [371c29] Bumped release to 3.1 with addition of savepoin...
 NEWS.txt 2010-11-10 eikenberry eikenberry [da63db] upped version numbers for new release
 README.txt 2008-09-04 eikenberry eikenberry [773cde] A few tweaks to the notes in preparation for th...
 VERSION.txt 2010-11-10 eikenberry eikenberry [da63db] upped version numbers for new release
 __init__.py 2008-08-14 eikenberry eikenberry [67ff60] Removed deprecated (and unnecessary) methods line.
 browse.dtml 2008-02-08 eikenberry eikenberry [a761e4] Some cleanups and extensions to the database in...
 connectionAdd.dtml 2007-09-21 eikenberry eikenberry [6fdd38] Added checkbox for auto-create-db option as wel...
 connectionEdit.dtml 2007-09-21 eikenberry eikenberry [6fdd38] Added checkbox for auto-create-db option as wel...
 db.py 2010-11-10 eikenberry eikenberry [d404f6] bug 3076433; column descriptions always said NO...
 joinTM.py 2008-02-20 eikenberry eikenberry [ecabd6]
 table_info.dtml 2008-02-08 eikenberry eikenberry [a761e4] Some cleanups and extensions to the database in...

Read Me

Z MySQL DA

  This is the Z MySQL database adapter product for the 
  Z Object Publishing Environment (ZOPE) version 2.
  
  ** NOTE **

  Note that the Z MySQL database adapter is compatible with MySQL
  versions 3.22 and later (including MySQL 3.23, 4.0, 4.1 and 5.0).
  
  You need version 4.1 or higher for unicode support.

  ** IMPORTANT **
  
  This product is distributed as a NON-BINARY release!
  
  This product requires compiled Python extensions that are
  NOT included as a binary with this release. You must build
  or install the required extensions using the instructions 
  below before the product will work properly!
    
  Installation

    The Z MySQL database adapter uses the MySQLdb package.  
    This must be installed before you can use the Z MySQL DA.
    You can find this at::

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

    You need at least version 1.2.1; 1.2.2 is recommended. If you are
    compiling this yourself, you must use the same python executable
    as your Zope installation uses, otherwise Zope will not find it.

  Connection Strings
  
    The connection string used for Z MySQL Database Connection
    are of the form::

       database[@host[:port]] [user [password [unix_socket]]]

    or typically just::

       database user password

    to use the default server.