> mysql server started with warning and working properly. But it is not
> stopping and not restarting.
> Server version: 5.0.32-Debian_7etch1-log Debian etch distribution

I have never had problems with mysql installation on Debian.
I would try to reinstall mysql.

Something like this:

killall -9 mysql-server (make backup of your data)
dpkg -r mysql*
dpkg --purge mysql*
apt-get install mysql-server

-- 
Best Regards
Vladislav Vorobiev
http://www.mymir.org

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to