"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 /.