Changeset 2815

Show
Ignore:
Timestamp:
03/28/06 23:13:07 (18 years ago)
Author:
jerome
Message:

Added instructions on how to create the database.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/mysql/README.mysql

    r2622 r2815  
    2626DataBase using MySQL as a backend. 
    2727 
    28 FOR NOW MYSQL SUPPORT IS ONLY A WORK IN PROGRESS. THIS DOESN'T WORK.  
    29 DON'T TOUCH THIS UNLESS YOU KNOW WHAT YOU ARE DOING OR WANT TO HELP.  
    30  
    31 IF YOU REALLY WANT MYSQL SUPPORT, BE PATIENT, OR USE POSTGRESQL 
    32 INSTEAD WHICH IS MUCH MUCH BETTER ANYWAY. 
    33  
     28        - As MySQL's administrative user, usually root, 
     29          do the following : 
     30           
     31            # mysql <pykota-mysql.sql 
     32             
     33        - If no error message appear, your MySQL PyKota storage 
     34          is now ready for use. 
     35         
     36============================================================