Autoconf & --basedir

2009-01-27 Thread Alex Katebi
Anyone knows how to figure out the mysql basedir string using Autoconf and then pass it to Automake for an embedded application? Thanks in advance, -Alex

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/b

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 &quo

Re: SHOW VARIABLES LIKE '%dir%'; (basedir and datadir)

2003-08-22 Thread Sergei Golubchik
or directory > names ? > > Sample (datadir and basedir) : > > mysql> SHOW VARIABLES LIKE '%dir%'; > ++

SHOW VARIABLES LIKE '%dir%'; (basedir and datadir)

2003-08-21 Thread Nils Valentin
Hello MySQL Fans, This time I am using 4.0.13-max (tar format from www.mysql.com) on Redhat 9. I have an understanding question why would the command SHOW VRAIABLES give me once the real output and once the symlink ouput for directory names ? Sample (datadir and basedir) : mysql> S

$basedir

2002-03-26 Thread Jörn Meyburg
g.sys' 020324 14:38:06 Aborting lrwxrwxrwx 1 root mysql 39 Mar 24 11:53 mysql -> mysql-max-4.0.1-alpha-pc-linux-gnu-i686 drwxrwxr-x 13 mysql mysql 516 Dec 23 16:45 mysql-max-4.0.1-alpha-pc-linux-gnu-i686 drwxr-xr-x 2 root root 35 Jan 18 2001 share >How-To-Repeat: See local fix >Fix: In

No combination of basedir and datadir seems to work

2001-10-04 Thread Jani Tolonen
Hi Todd, > Setting basedir=/var/lib/mysql produces the error message: > /usr/libexec/mysqld: Can't change dir to '/var/lib/mysql/var/' (Errcode: 2) > with datadir not set to anything errcode 2 = no such file or directory > Setting datadir=/var/lib/mysql

No combination of basedir and datadir seems to work

2001-10-01 Thread Todd Merriman
>Description: Setting basedir=/var/lib/mysql produces the error message: /usr/libexec/mysqld: Can't change dir to '/var/lib/mysql/var/' (Errcode: 2) with datadir not set to anything Setting datadir=/var/lib/mysql produces the error message: 011001 13:3