Erro para iniciar o MySQL no XAMPP !1 Ajuda

A primeira vez que eu abri ele, funcionou normalmente, mas depois de reiniciar o computador, ele parou de funcionar somente o MySQL, aparece o seguinte erro.
17:14:18 [main] Initializing Control Panel 17:14:18 [main] Windows Version: Windows 8.1 64-bit 17:14:18 [main] XAMPP Version: 5.6.15 17:14:18 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ] 17:14:18 [main] You are not running with administrator rights! This will work for 17:14:18 [main] most application stuff but whenever you do something with services 17:14:18 [main] there will be a security dialogue or things will break! So think 17:14:18 [main] about running this application with administrator rights! 17:14:18 [main] XAMPP Installation Directory: "c:\xampp\" 17:14:18 [main] Checking for prerequisites 17:14:18 [main] All prerequisites found 17:14:18 [main] Initializing Modules _**## 17:14:18 [mysql] MySQL Service detected with wrong path**_ _**## 17:14:18 [mysql] Change XAMPP MySQL and Control Panel settings or**_ _**## 17:14:18 [mysql] Uninstall/disable the other service manually first**_ _**## 17:14:18 [mysql] Found Path: "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" MySQL**_ _**## 17:14:18 [mysql] Expected Path: c:\xampp\mysql\bin\mysqld.exe --defaults-file=c:\xampp\mysql\bin\my.ini mysql**_ _**## 17:14:18 [mysql] Problem detected!**_ _**## 17:14:18 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" MySQL"!**_ _**## 17:14:18 [mysql] MySQL WILL NOT start without the configured ports free!**_ _**## 17:14:18 [mysql] You need to uninstall/disable/reconfigure the blocking application**_ _**## 17:14:18 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port**_ 17:14:18 [main] Starting Check-Timer 17:14:18 [main] Control Panel Ready

Parece que você está com duas instalações do MySQL: uma em “Program Files” e outra na pasta do Xampp. A que está em Program Files deve estar iniciando junto com o Windows, o que faz com que o do Xampp dê problema (mesmo serviço tentando rodar de dois lugares, e conflito de porta). Pare o serviço que está rodando da pasta Program Files e tente iniciar o do Xampp.

Abraço.

Era isso mesmo, obrigado, eu tinha achado o problema e esqueci de responder, desculpa. Obrigado, Abraço

Como voce conseguiu resolver esse pro… ???