Page 1 of 1

Apache & mySQL running but not as service

PostPosted: 24. September 2015 20:53
by tcloud
I had to reinstall Windows 10 from scratch and just used the control panel (xampp-control.exe) to start apache and mySQL. Everything seems to work okay but, when the computer is restarted, they are not running.

Running services.msc -- neither apache or mySQL show as a service.

Running the localhost - status (http://localhost/xampp/status.php) shows

Code: Select all
MySQL database    DEACTIVATED       
PHP    ACTIVATED       
HTTPS (SSL)    ACTIVATED       
Common Gateway Interface (CGI)    ACTIVATED       
Server Side Includes (SSI)    ACTIVATED       
SMTP Service    DEACTIVATED       
FTP Service    DEACTIVATED       
Tomcat Service    DEACTIVATED


But phpMyAdmin runs and I can access my databases just fine. (I don't use SMTP, FTP or Tomcat.)

What should I do? Do I install apache and mySQL as a service and, if so, how?

thanks,
Tom

Re: Apache & mySQL running but not as service

PostPosted: 25. September 2015 22:15
by melius2
Use msconfig in order to configure it as a service and run it on startup.

Re: Apache & mySQL running but not as service

PostPosted: 25. September 2015 23:14
by Altrea
Start your control panel with enhanced administration rights (rightclick -> run as Administrator) and click on the red crosses to register services for specific modules.

Re: Apache & mySQL running but not as service

PostPosted: 25. September 2015 23:48
by tcloud
thanks, Altrea. I figured that out after reading the zip version install instructions. All is well now.