1067 error on attempt to start MySQL

后端 未结 26 2060
无人及你
无人及你 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:59

    In my case, I had chosen a custom path for my log-files in the MySQL installer. I had put the log-files in my user-folder C:\Users\%MY_USERACCOUNT%\Documents\mysql-logs, and by default, NETWORK SERVICE (or any other non-administrator useraccount in Windows) does not have access to a user's folder.

    I fixed this by changing security options for the log-folder, giving modify rights read/write/modify rights to NETWORK SERVICE.

提交回复
热议问题