"MySQL service failed to start system error 1067" workaround

Source: Internet
Author: User



Porting the local apache+mysql+php environment to someone else's computer, where data in MySQL is not copied, causing a "system error 1067" error in theMySQL service failing to startwhen someone else's computer is running MySQL.

This is because I in the process of copying the mysql/data in the database is deleted, there is a MySQL database is not deleted, re-copy this folder to solve the problem.

Apache's default port is 80, if IIS is installed at the same time, and 80 ports are occupied, this is the need to modify the Apache port number. Apache port modification is relatively simple, find the Apache directory D:\PC_webserver\apache\conf under the httpd.conf file, search listen 80, change 80 to other ports such as 8080, on the line, Access Address http://localhost/-->http://localhost:8080/.

"MySQL service failed to start system error 1067" workaround

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.