Changeset 2638 for pykota/trunk/README

Show
Ignore:
Timestamp:
02/02/06 19:30:32 (18 years ago)
Author:
matt
Message:

Initial MySQL support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r2622 r2638  
    6262          An SQL script to create the database is included. 
    6363           
     64        - Supports MySQL as the database backend. 
     65          An SQL script to create the database is included. 
     66 
    6467        - The print jobs history can be stored in any database   
    6568          of your choice (or in plain text files) if needed.  
     
    383386      as the database backend (http://www.sqlite.org). You also need the  
    384387      PySQLite module v2.0.5 or higher (http://www.pysqlite.org) 
     388 or 
     389    - MySQL 4.0 or higher and the MySQL-python bindings.  
     390      IMPORTANT: If you are using MySQL 4.1, then MySQL-python must be  
     391      version 1.2 or greater. Version 1.0 does not work correctly with 4.1. 
    385392       
    386393