1067 error on attempt to start MySQL

后端 未结 26 2065
无人及你
无人及你 2020-12-13 14:12

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         


        
26条回答
  •  盖世英雄少女心
    2020-12-13 14:39

    I had the same error and it was caused by non standard characters in the log files path. In order to fix that I found my.ini config file (in my case C:\ProgramData\MySQL\MySQL Server 5.6\my.ini) and modified keys slow_query_log_file and log-error. After that I managed to start MySQL service succesfully.

提交回复
热议问题