root@Yoper mysql # Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/Yoper.pid
041006 18:13:38 mysqld ended

porca la miseria, ho riistallato mysql, seguendo tutta la procedura che c'è scritta nel txt di istallazione.
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf -
shell> ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql
shell> cd mysql
shell> scripts/mysql_install_db --user=mysql
shell> chown -R root .
shell> chown -R mysql data
shell> chgrp -R mysql .
shell> bin/mysqld_safe --user=mysql &


qual'è il problema???? ho provato anche a fare
# chown -R mysql:mysql /var/lib/mysql
ma il problema permane.
Aiutatemi ogni volta m'incasino con mysql..