Haven't seen MySQL for a long time, today started up looking for feel, embarrassed ... The discovery service cannot start. System tip: Unable to start the MySQL service (located on the local computer) error 1067, the process aborted unexpectedly.
Resolution process:
1, Baidu on the internet for a long time, see a solution route is to find the Window Event Viewer: Desktop-Computer-right-click into the Event Viewer.
Image tip: Bind on TCP/IP port:no such file or directory; bound TCP/IP port: No such files or directories.
Picture tip: Do you already has another MYSQLD server running on port:3306?; and you've got another mysqld server port: 3306?
From the Event Viewer, you can see that the port is occupied,
Start-run-cmd enter command-line mode to view 3306 port usage
Netstat-aon|findstr "3306"
Finally taskkill/f/pid 3468 (3468 for process ID) kill the current process, start MySQL, everything is up.
"MySQL" Cannot start the MySQL service (located on the local computer) error 1067, the process aborted unexpectedly