How to start Apache and MySQL automatically when Windows 8 comes up

后端 未结 11 1770
野性不改
野性不改 2020-12-23 11:29

I am using XAMPP, version 3.2.1. I just installed it on Windows 8. Every time I need to go to the XAMPP Control Panel to start services (MySQL, Apache,...); in Windows&

11条回答
  •  情话喂你
    2020-12-23 11:53

    Apache

    1. Run cmd as administrator
    2. Go to the Apache bin directory, for example, C:\xampp\apache\bin
    3. Run: httpd.exe -k install more information
    4. Restart the computer, or run the service manually (from services.msc)

    MySQL

    1. Run cmd as administrator
    2. Go to the MySQL bin directory, for example, C:\xampp\mysql\bin
    3. Run: mysqld.exe --install more information
    4. Restart the computer, or run the service manually (from services.msc)

提交回复
热议问题