mysqlcheck: Got error 202: Can"t connect to local MySQL server throughsocket "/home/qsys/mysql-5.1.3
am 04.05.2009 05:32:57 von Michel--Boundary_(ID_w4Vw/uCMivVVJW9yAyLjQA)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT
I am trying to set up MySQL on a GNU/Linux box with this script:cd /home/qsys
gzip -cd /home/qsys/mysql-5.1.32.tar.gz | tar xf -
mv /home/qsys/mysql-5.1.32 /home/qsys/mysql-5.1.32.source
cd /home/qsys/mysql-5.1.32.source
../configure --prefix=/home/qsys/mysql-5.1.32 \
--with-unix-socket-path=/home/qsys/mysql-5.1.32/tmp/mysql.so ck
make
make install
mkdir /home/qsys/mysql-5.1.32/var
/home/qsys/mysql-5.1.32/bin/mysql_upgradeat this point I get mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'I have tried:1- adding this to configure --with-mit-threads=no and the parameter is not recognized as valid.2 - 'make clean NATIVE_THREADS=yes' and 'make install clean # NATIVE_THREADS=YES' withouit it working either ...
--Boundary_(ID_w4Vw/uCMivVVJW9yAyLjQA)--