Mysql local computer could not start mysql service error 1067: process aborted unexpectedly.

  • 2020-05-09 19:25:23
  • OfStack

1. Start mysql service after reinstallation, prompt
The local computer could not start mysql service error 1067: process aborted unexpectedly.

2. Check the mysql root directory for a computer name.

3. Analyze according to one of the errors;

4. Open my.ini or my.cnf, find the line default-storage-engine, and change it to default-storage-engine =MyISAM.
Restart the service and the problem is solved. A small problem, if you are a beginner, may be helpful.


Related articles: