Start MySQL in Safe mode with the
safe_mysqld command and tell it not to read the
grant tables with all the MySQL database passwords:
[root@bigboy tmp]# safe_mysqld --skip-grant-tables &
[1] 4815
[root@bigboy tmp]# Starting mysqld daemon with databases from
/var/lib/mysql
[root@bigboy tmp]#