Is there any way to start/stop XAMPP (apache server and mySql) using terminal in Windows 10?
PS: The path where the program is is the one created by default when installing it
Is there any way to start/stop XAMPP (apache server and mySql) using terminal in Windows 10?
PS: The path where the program is is the one created by default when installing it
Yes, you can use the following commands for it:
Start both services
Stop MySql and Apache services
Start Apache
Shut down Apache
Start MySql
Stop MySql
You just have to start the windows CMD and paste as it is in the notes.