Hi
If your database doesn't contain any data's then move the log and ibdata files to some other folder and restart your mysql server. if you have data's then try to dump all the database using the
http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html. then reinstall mysql and restore mysql databases.
This might helps