Ignore:
Timestamp:
2006-07-13T13:27:06+12:00 (18 years ago)
Author:
kjdon
Message:

removed the mysql stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.properties

    r10886 r12206  
    2828gsdl2.installed.path=
    2929
    30 ## Relational database
    31 # set this to be non-empty if you are using an external mysql.
    32 mysql.installed.path=
    33 #change the following if the defaults are not correct
    34 mysql.server=localhost
    35 #port mysql should run on. Change if you already have mysql running on the default port
    36 mysql.port=3306
    37 #Should passwords be set for the root and greenstone mysql users?
    38 mysql.use.passwords=yes
    39 ## If you are installing greenstone (including mysql) in an nfs directory, mysql may not work. The data directory needs to be on a local drive: Copy the greenstone3/packages/mysql/data directory to a local drive and set the location here
    40 #mysql.datadir=
    41 ## Mysql user passwords: uncomment and set the following if you don't want to be prompted for them during installation
    42 #The root password for a local mysql installation
    43 #mysql.root.password=
    44 # The password for the gsdl3admin user (local and external mysql)
    45 #mysql.admin.password=
    46 # The password for the gsdl3reader user (local and external mysql)
    47 #mysql.reader.password=
    4830
    4931## Proxy setup - Greenstone installation will attempt to download extra packages. Set the proxy information here if you are behind a firewall.
Note: See TracChangeset for help on using the changeset viewer.