"Mysql service cannot be started, system error 1067" solution, mysql1067

Source: Internet
Author: User

"Mysql service cannot be started, system error 1067" solution, mysql1067



Port the local Apache + MySQL + PHP environment to another user's computer. data in mysql is not copied, as a result, when another computer runs mysql, the error "mysql service cannot be started, system error 1067" may occur.

This is because I deleted all the databases in mysql/data during the copy process, and one of them was not allowed to be deleted. The problem was solved by copying the folder again.

The default port of Apache is 80. If IIS is installed at the same time and port 80 is occupied, You need to modify the port number of Apache. Apache port modification is relatively simple. Find httpd under the Apache Directory D: \ PC_webserver \ apache \ conf. in the conf file, search for Listen 80 and change 80 to another port such as 8080. The access address is http: // localhost/--> http: // localhost: 8080 /.

Related Article

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.