Re: mysql_install_db for linux basedir query

2005-05-05 Thread Mark Sargent
Mark Sargent wrote: Hi All, if this script is in scripts by default, why does it have the following code, test -z "$ldata" && ldata=./data if test -z "$basedir" then basedir=. bindir=./bin execdir=./bin pkgdatadir=./support-files else bindir="$basedir/bin" if test -x "$basedir/libexec/mysql

mysql_install_db for linux basedir query

2005-05-02 Thread Mark Sargent
Hi All, if this script is in scripts by default, why does it have the following code, test -z "$ldata" && ldata=./data if test -z "$basedir" then basedir=. bindir=./bin execdir=./bin pkgdatadir=./support-files else bindir="$basedir/bin" if test -x "$basedir/libexec/mysqld" then execdir=