Apache, MySQL and FTP "Detected with the wrong path" using XAMPP on Win7

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 path
6:25:17 AM [apache] First remove the service manually
6:25:17 AM [mysql] MySQL service detected with the wrong path
6:25:17 AM [ mysql] First, delete the service manually
6:25:17 AM [filezilla] FileZilla service detected with the wrong outline

6: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: InnoDB
120819 6:24:19 InnoDB: rw_locks Windows

120819 6:24:19 InnoDB: zlib 1.2.3
120819 6:24:19 InnoDB: , = 16.0M
120819 6:24:19 InnoDB:
120819 6:24:19 InnoDB: - Barracuda. ​​
120819 6:24:21 InnoDB:
120819 6:24:22 InnoDB: 1.1.8; 4011253
120819 6:24:22 [] ( ): '0.0.0.0'; : 3306
120819 6:24:22 [] - "0.0.0.0" "0.0.0.0";
120819 6:24:22 [] , IP: "0.0.0.0".
120819 6:24:27 [] : 0
120819 6:24:27 [] c:\xampp\mysql\bin\mysqld.exe: .
: '5.5.25a' socket: '' port: 3306 MySQL (GPL)

Btw, , < br/ >

+5
7

, ​​ Windows MySQL, XAMPP, ( , ). , MySQL. , , , Windows .

, :

  • ( > > cmd)
  • :

    Code: Select all
    sc delete mysql
    

    return. (: .)

, , . , MySQL Window Service XAMPP MySQL, "X" , MySQL, .

+8

" ". . , xampp , .

+6

, .

+1

, . , , MySQL XAMPP, . , , , , , , , :

  • XAMPP
  • MySQL/Config 3307 .
  • MySQL
  • cmd.exe . "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqladmin" -u root -p shutdown. MySQL
  • XAMPP, MySQL: MySQL
  • " XAMPP/" , .

enter image description here

  1. " " MySQL 3307 ( , ).
  2. XAMPP . Apache MySql.
  3. cmd.exe . "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --install. MySQL
  4. . MySQL
+1

, 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>"

:)

+1

, , ( apache mysql)

XAMPP Windows - Apache

0
source

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.

0
source

All Articles