¿Cómo inicio y paro XAMPP?
- Detalles
- Categoría: XAMPP
El Centro de Control principal es el "XAMPP Control Panel" (gracias www.nat32.com). Se inicia con:
\xampp\xampp-control.exe
Puedes también usar algunos ficheros batch para iniciar/parar servidores:
- Iniciar Apache y MySQL:
\xampp\xampp_start.exe
- Parar Apache y MySQL:
\xampp\xampp_stop.exe
- Iniciar Apache:
\xampp\apache_start.bat
- Detener Apache:
\xampp\apache_stop.bat
- Iniciar MySQL:
\xampp\mysql_start.bat
- Para MySQL:
\xampp\mysql_stop.bat
- Iniciar Mercury Mailserver:
\xampp\mercury_start.bat
- Parar Mercury Mailserver:
\xampp\mercury_stop.bat
- Iniciar Servidor FileZilla:
\xampp\filezilla_start.bat
- Parar Servidor FileZilla:
\xampp\filezilla_stop.bat