
Originally Posted by
AndyReed
change the root password for MySQL
Code:
Mysql password change failed!!
A forced reset will now be attempted.
Waiting for mysql to restart.....Done
Changing Password..../usr/sbin/mysqld: ready for connections.
Version: '4.1.14-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Edition - Standard (GPL)
Done
Reloading Mysqld...
Done
Waiting for mysql to terminate.....
Restarting MySQL ....Starting MySQL...................................[FAILED] Done
The MySQL root password has been changed.

Originally Posted by
AndyReed
ps aux |grep mysql
Code:
root 22376 0.0 0.1 3688 668 pts/0 S 10:12 0:00 grep mysql

Originally Posted by
AndyReed
killall -9 mysql
Code:
mysql: no process killed

Originally Posted by
AndyReed
/scripts/restartv mysql
Code:
-bash: /scripts/restartv: No such file or directory
So I used
Code:
/etc/init.d/mysql restart
and it returned
Code:
MySQL PID file could not be found! [FAILED]
Starting MySQL................................... [FAILED]

Originally Posted by
AndyReed
Check on errors:
tail -f /var/log/mysqld.log
Code:
tail: /var/log/mysqld.log: No such file or directory
tail: no files remaining

Originally Posted by
AndyReed
If that doesn't work, try this command:
/scripts/mysqlup --force
Code:
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
mysql has failed, please contact the sysadmin (result was "Warning, no valid mysql.sock file found.mysql has failed").
Install Complete

Originally Posted by
AndyReed
If that doesn't work, I suggest you hire a sys admin to fix this problem for you.
Looks like I might have to 
Thanks for trying to help
I can't think of anything else to try now