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

后端 未结 11 1773
野性不改
野性不改 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:41

    Find/search for file "xampp-control.ini" where you installed XAMPP server (e.g., D:\Server or C:\xampp).

    Then edit in n the [Autostart] section:

    Apache=1
    MySQL=1
    FileZilla=0
    Mercury=0
    Tomcat=0
    

    Where 1 = true and 0 = false

    That's so simple.

提交回复
热议问题