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