MySQL errors and problems
I installed the mysql server, after installing Apache but then disabled the mysql service, and when activating it an error appears
Could not start the Mysql service on the local computer
error 1067: the process terminated unexpectedly.
What could be the cause and how do I get rid of this error?
Same thing happened to me on Vista - 1067 and stop)).
The solution was simple:
looking into my.ini I noticed that part of the data path was corrupted - gibberish. Apparently during installation part of the path, written in Russian letters, got re-encoded incorrectly. I rewrote it in the ini file and everything worked.
Comments