Page 1 of 1

Apache nor MySQL starting

PostPosted: 19. September 2015 11:17
by kelgar01
OK, first I'm not running Windows 8, I'm running Windows 10.
Next, why is it trying the wrong path? Can I change the path? How?

I need this program for a class, but the teacher hasn't been much help on getting this straightened out. Any and all help is greatly appreciated!
5:08:43 AM [main] Initializing Control Panel
5:08:43 AM [main] Windows Version: Windows 8 64-bit
5:08:43 AM [main] XAMPP Version: 5.6.8
5:08:43 AM [main] Control Panel Version: 3.2.1 [ Compiled: May 7th 2013 ]
5:08:43 AM [main] Running with Administrator rights - good!
5:08:43 AM [main] XAMPP Installation Directory: "f:\xampp\"
5:08:43 AM [main] Checking for prerequisites
5:08:43 AM [main] All prerequisites found
5:08:43 AM [main] Initializing Modules
5:08:43 AM [Apache] Apache Service detected with wrong path
5:08:43 AM [Apache] Change XAMPP Apache and Control Panel settings or
5:08:43 AM [Apache] Uninstall/disable the other service manually first
5:08:43 AM [Apache] Found Path: "D:\xampp\apache\bin\httpd.exe" -k runservice
5:08:43 AM [Apache] Expected Path: "f:\xampp\apache\bin\httpd.exe" -k runservice
5:08:43 AM [mysql] MySQL Service detected with wrong path
5:08:43 AM [mysql] Change XAMPP MySQL and Control Panel settings or
5:08:43 AM [mysql] Uninstall/disable the other service manually first
5:08:43 AM [mysql] Found Path: D:\xampp\mysql\bin\mysqld.exe --defaults-file=d:\xampp\mysql\bin\my.ini mysql
5:08:43 AM [mysql] Expected Path: f:\xampp\mysql\bin\mysqld.exe --defaults-file=f:\xampp\mysql\bin\my.ini mysql
5:08:43 AM [main] The FileZilla module is disabled
5:08:43 AM [main] The Mercury module is disabled
5:08:43 AM [main] The Tomcat module is disabled
5:08:43 AM [main] Starting Check-Timer
5:08:43 AM [main] Control Panel Ready

Re: Apache nor MySQL starting

PostPosted: 19. September 2015 11:30
by Nobbie
kelgar01 wrote:Next, why is it trying the wrong path?


Because you obviously made an Xampp Installation to D: instead of f:
And then you did not deinstall properly the D: installation.

kelgar01 wrote:Can I change the path? How?


You have to look for the WIndows Services (dont ask me, where to find these in WIndows10), whatchout for "Apache" and apply the proper Path. Same thing for "MySQL" Service.

Re: Apache nor MySQL starting

PostPosted: 19. September 2015 15:57
by kelgar01
No, I did not make xampp on D. I know enough about computers to know how to set up a program. There is the option of setting it up on C:, and when I was there, I changed it to F:. That is why I can't understand why it follows the wrong path.

Re: Apache nor MySQL starting

PostPosted: 19. September 2015 16:00
by Nobbie
Ok, then i cannot help you as the error message is an error by itself.