XAMPP don't know how to restart

后端 未结 9 1946
甜味超标
甜味超标 2021-01-03 20:36

I want to restart it because I made some changes in the php.ini to adjust the max_file_size. I need to restart it so that it will take effect however I can\'t f

9条回答
  •  心在旅途
    2021-01-03 20:51

    You can go to your xampp instalation directory, and run

    xampp_stop.exe
    xampp_start.exe
    

    This will restart Apache and Mysql.

    Only Apache: apache_stop.bat apache_start.bat

    Or use the control panel, by clicking on Stop, then Restart, on the Apache line Service.

    More info at http://www.apachefriends.org/en/xampp-windows.html#1173

提交回复
热议问题