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

