Changeset 10673


Ignore:
Timestamp:
2005-10-03T14:28:08+13:00 (19 years ago)
Author:
kjdon
Message:

added mysql.use.passwords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.properties

    r10310 r10673  
    2929
    3030## Relational database
    31 # TODO: make it work with external mysql
    3231# set this to be non-empty if you are using an external mysql.
    3332mysql.installed.path=
     
    3534mysql.server=localhost
    3635mysql.port=3306
     36#Should passwords be set for the root and greenstone mysql users?
     37mysql.use.passwords=yes
    3738
    3839## Mysql user passwords: uncomment and set the following if you don't want to be prompted for them during installation
Note: See TracChangeset for help on using the changeset viewer.