CSQmysql support-files/mysql.server

The startup script included with the 64-bit version of MySQL lists paths to the 32 bit version and the $basedir variable is not set to point to /usr/local/mysql.

Is this correct?

# Set some defaults

pid_file=

server_pid_file=

use_mysqld_safe=1

user=mysql

if test -z "$basedir"

then

basedir=/usr/local/mysql_32bit

bindir=/usr/local/mysql_32bit/bin

if test -z "$datadir"

then

datadir=/usr/local/mysql_32bit/data

fi

sbindir=/usr/local/mysql_32bit/sbin

libexecdir=/usr/local/mysql_32bit/bin

[597 byte] By [august] at [2007-11-26 11:39:01]
# 1

Which version of the package did you install ? On SPARC or x86 ?

I don't see what you're seeing in the /usr/local/mysql/share/mysql/mysql.server file. In both versions (SPARC and x86), the script doesn't set basedir, but is followed by :

if test -z "$basedir"

then

basedir=/usr/local/mysql

bindir=/usr/local/mysql/bin

if test -z "$datadir"

then

datadir=/usr/local/mysql/var

fi

sbindir=/usr/local/mysql/sbin

libexecdir=/usr/local/mysql/bin

else

shantiS at 2007-7-7 11:39:15 > top of Java-index,Open Source Technologies,OpenSPARC...