Changeset 7946


Ignore:
Timestamp:
2004-08-14T09:59:02+12:00 (20 years ago)
Author:
kjdon
Message:

added some options to the mysql scripts - inlethbridge we have a /etc/my.cnf which sets some of the options to system places - so you can't run mysql. so here we set some of the options bask to the mysql defaults in case this happens in other places

File:
1 edited

Legend:

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

    r7885 r7946  
    131131    unzip mysql-4.0.20-linux.zip
    132132   
    133     ./scripts/mysql_install_db --user=root --force
    134     ./bin/mysqld_safe --user=root --pid_file=gsdl3.pid &
     133    ./scripts/mysql_install_db --datadir=./data --basedir=. --user=root --force
     134    ./bin/mysqld_safe --user=root --datadir=./data --basedir=. --pid_file=gsdl3.pid --socket=/tmp/mysql.sock &
    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.