Menu

Tree [r496] / branches / ZMySQLDA-2 / ZMySQLDA /
 History

HTTPS access


File Date Author Commit
 help 2002-02-25 adustman [r219] Doc updates
 icons 2001-03-12 adustman [r88] Initial revision
 CHANGES.txt 2002-02-25 adustman [r218] changelog
 DA.py 2001-08-09 adustman [r161] Decruftification.
 DABase.py 2001-08-17 adustman [r162] Return a lot of extra junk in the column inform...
 DEPENDENCIES.txt 2005-03-06 adustman [r375] Remove BLOB converter for compatibility with My...
 README.txt 2005-03-06 adustman [r375] Remove BLOB converter for compatibility with My...
 VERSION.txt 2002-01-31 adustman [r214] New version.
 __init__.py 2001-08-17 adustman [r162] Return a lot of extra junk in the column inform...
 browse.dtml 2001-03-12 adustman [r88] Initial revision
 connectionAdd.dtml 2002-02-25 adustman [r219] Doc updates
 connectionEdit.dtml 2001-03-12 adustman [r92] Update for new transaction semantics
 db.py 2006-02-25 adustman [r390] If the client library is MySQL-5.0 or newer,
 table_info.dtml 2001-03-12 adustman [r88] Initial revision

Read Me

Z MySQL DA

  This is the Z MySQL database adapter product for the 
  Z Object Publishing Environment.
  
  ** NOTE **

  Note that the Z MySQL database adapter is compatible with MySQL
  versions 3.22 and later (including MySQL 3.23, 4.0, and 4.1).
  
  ** 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.0.0; 1.2.0 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.