MySQL Error: 1067

MySQL

When I try t start MySQL server service it is giving an error:

"Could not start the MySQL server in local computer
Error 1067: The process terminated unexpectedly"

I need to fix the problem without having to uninstall the MySQL server. Is there a way to do it?

Best Answer

This thread has several solutions to the problem that you mentioned. It may be the file path or incorrectly located my.ini. Please go through the suggested solutions to see which one fits your need. This suggestion seems most hopeful.

Try

mysqld --remove MySql 

Then

mysqld --install <service name> --defaults-file={full path of "my.ini" file}