TianDev

Lỗi *Service detected with wrong path* trên Xampp

Posted: October 15, 2019 by anhkevin

Lỗi không tìm được path trên Xampp

  • Apache Service detected with wrong path
  • MySQL Service detected with wrong path

Cách xử lý:
1. Lỗi: Apache Service detected with wrong path
Bước 1: bấm tổ hợp phím Win + R và gõ regedit rồi ấn enter
Bước 2: Tìm đến đường dẫn: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache2.4
Bước 3: Trên đường dẫn tìm cột ImagePath, nhấn chuột phải và chọn Modify
Thay đổi đường dẫn: …/apache/bin/httpd.exe thành đường dẫn Xampp bạn muốn => Xong

2. Lỗi: MySQL Service detected with wrong path
Bước 1: bấm tổ hợp phím Win + R và gõ regedit rồi ấn enter
Bước 2: Tìm đến đường dẫn: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mysql
Bước 3: Trên đường dẫn tìm cột ImagePath, nhấn chuột phải và chọn Modify
Thay đổi đường dẫn: …/mysql/bin/mysqld.exe thành đường dẫn Xampp bạn muốn => Xong