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

Improved documentation for MySQL

Files:
1 modified

Legend:

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

    r2815 r2816  
    2626DataBase using MySQL as a backend. 
    2727 
     28        - edit the pykota-mysql.sql file and modify the passwords at  
     29          the end of the 'GRANT USAGE' lines. 
     30           
    2831        - As MySQL's administrative user, usually root, 
    2932          do the following : 
     
    3336        - If no error message appear, your MySQL PyKota storage 
    3437          is now ready for use. 
     38           
     39        - In ~pykota/pykota.conf, ensure that the following lines 
     40          are present and unique inside the [global] section : 
     41         
     42            storagebackend : mysqlstorage 
     43            storageserver : localhost 
     44            storagename : pykota 
     45            storageuser : pykotauser 
     46            storageuserpw : readonlypw 
     47             
     48            NB : replace 'readonlypw' with the password you chose 
     49            for user 'pykotauser' when you modified pykota-mysql.sql 
     50             
     51        - In ~pykota/pykotadmin.conf ensure that the following lines 
     52          are present and unique inside the [global] section : 
     53         
     54            storageadmin : pykotaadmin 
     55            storageadminpw : readwritepw 
     56             
     57            NB : replace 'readwritepw' with the password you chose 
     58            for user 'pykotaadmin' when you modified pykota-mysql.sql 
    3559         
    3660============================================================