I\'ve installed MySQL on Windows 7. When I\'m trying to start MySQL service I\'m getting error 1067: The process terminated unexpectedly. Log message:
101111
Also check if all dirs which you wrote in the my.ini exists.
my.ini
My problem was that tmpdir doeesn`t exist so MySQL daemon falls with error 1067.
tmpdir
[mysqld] port= 3306 tmpdir = "C:/tmp"
In this case C:/tmp must exists.
C:/tmp