I am having the following problems when trying to access XAMPP on my Win7. They are configured to start automatically when the OS boots. and the next message is what I see
6:25:17 AM [apache] Apache service detected with the wrong path6:25:17 AM [apache] First remove the service manually6:25:17 AM [mysql] MySQL service detected with the wrong path6:25:17 AM [ mysql] First, delete the service manually6:25:17 AM [filezilla] FileZilla service detected with the wrong outline6:25:17 AM [filezilla] First delete the service manually
And the Apache error log looks like this:
[Sun Aug. 19: 06: 24: 16.719046 2012] [ssl: warn] [pid 1516: tid 384] AH01873: Init: the session cache is not configured [hint: SSLSessionCache][Sun Aug. 19: 06: 24: 20.493262 2012] [mpm_winnt: notice] [pid 1516: tid 384] AH00455: Apache / 2.4.2 (Win32) OpenSSL / 1.0.1c Configurable PHP / 5.4.4 - resuming normal operations <br / " > [Sun Aug. 19: 06: 24: 20.494262 2012] [mpm_winnt: notice] [pid 1516: tid 384] AH00456: built server: May 13, 2012 14:10:15[Sun Aug 19 06: 24: 20.494262 2012] [core: notice] [pid 1516: tid 384] AH00094: Command line: 'c: \ xampp \ apache \ bin \ httpd.exe -d C: / xampp / apache'[Sun Aug. 19: 06: 24: 20.496262 2012] [mpm_winnt: notice] [pid 1516: tid 384] AH00418: Parent: Created child process 324[Sun Aug 19 06: 24: 22.116354 2012] [ssl: warn] [pid 324: tid 288] AH01873: Initialization: the session cache is not configured [hint: SSLSessionCache][Sun Aug. 19: 06: 24: 22.174358 2012] [mpm_winnt: notice] [pid 324: tid 288] AH00354: Child: starting 150 workflows.
And the MySQL error log
120819 6:24:18 [] 'FEDERATED' .120819 6:24:19 InnoDB: InnoDB120819 6:24:19 InnoDB: rw_locks Windows120819 6:24:19 InnoDB: zlib 1.2.3120819 6:24:19 InnoDB: , = 16.0M120819 6:24:19 InnoDB:120819 6:24:19 InnoDB: - Barracuda. 120819 6:24:21 InnoDB:120819 6:24:22 InnoDB: 1.1.8; 4011253120819 6:24:22 [] ( ): '0.0.0.0'; : 3306120819 6:24:22 [] - "0.0.0.0" "0.0.0.0";120819 6:24:22 [] , IP: "0.0.0.0".120819 6:24:27 [] : 0120819 6:24:27 [] c:\xampp\mysql\bin\mysqld.exe: .: '5.5.25a' socket: '' port: 3306 MySQL (GPL)
Btw, , < br/ >
, Windows MySQL, XAMPP, ( , ). , MySQL. , , , Windows .
, :
:
Code: Select all sc delete mysql
return. (: .)
, , . , MySQL Window Service XAMPP MySQL, "X" , MySQL, .
" ". . , xampp , .
, .
, . , , MySQL XAMPP, . , , , , , , , :
, apache xampp apache..... ..... , .
cmd >
httpd -k shutdown httpd -k stop httpd -k uninstall
open powershell >
.\httpd -k shutdown .\httpd -k stop .\httpd -k uninstall
win + R type services.msc then find Apache24 or httpd now open cmd > run as administrator type sc delete "<your services name from the list for apache>"
:)
, , ( apache mysql)
XAMPP Windows - Apache
Go to the command line and open it as an administrator
just enter
sc delete MySQL
and then
sc delete Apache2.4
Close XAMPP and open it again.