Ignore:
Timestamp:
2004-08-06T13:52:02+12:00 (20 years ago)
Author:
kjdon
Message:

added in a pid_file variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-install.sh

    r7874 r7879  
    132132   
    133133    ./bin/mysql_install_db --user=root --force
    134     ./bin/mysqld_safe --user=root &
     134    ./bin/mysqld_safe --user=root --pid_file=gsdl3.pid &
    135135    sleep 2
    136136    ./bin/mysql --user=root --execute="GRANT SELECT,INSERT,DELETE,UPDATE,DROP,CREATE ON *.* TO gsdl3admin@localhost;"
Note: See TracChangeset for help on using the changeset viewer.