MySql service error 1067 cannot start Solution

Source: Internet
Author: User
Let's take a look at the 1067 error. We probably know it is because port 3306 is occupied by other applications, so mysql cannot be started. There are two solutions, first, change the ports of other applications, and then change the ports to other ones in the mysql configuration file.

Let's take a look at the 1067 error. We probably know it is because port 3306 is occupied by other applications, so mysql cannot be started. There are two solutions, first, change the ports of other applications, and then change the ports to other ones in the mysql configuration file.

I tried several methods that Google had not solved. Then I suddenly remembered the iis port usage when I started apache (because apache also used port 80 ), so open the command line

Netstat-aon | findstr" 3306"

Result Display

Silently scolded "relying on ",

The port is occupied.

Tasklist | findstr" 416"

Result Display

Restart the worker process, and configure the nasty little accelerator as not hidden in the taskbar and not started, to prevent the cause from being found in the future, and then turn it off.

Then run tasklist | findstr "416"

The result is

Start the mysql service and solve the problem ....

I would like to share this with you, hoping to help users who use Youku accelerator and use mysql's default port 3306.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.