Cuando inicio el xampp y le doi a mysql me sale este fallo:
Citar
18:13:02 [mysql] Attempting to start MySQL service...
18:16:04 [mysql] Problem detected!
18:16:04 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"!
18:16:04 [mysql] MySQL WILL NOT start without the configured ports free!
18:16:04 [mysql] You need to uninstall/disable/reconfigure the blocking application
18:16:04 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
18:16:04 [mysql] Problem detected!
18:16:04 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"!
18:16:04 [mysql] MySQL WILL NOT start without the configured ports free!
18:16:04 [mysql] You need to uninstall/disable/reconfigure the blocking application
18:16:04 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
Probe a hacer esto pero sigue igual:
Editar el fichero httpd.conf ubicado en "C:\Xammp\Apache\Conf" y sustituir ServerName localhost:80 por ServerName localhost:8080.
Listen 80 por Listen 8080.
Editar el fichero httpd-ssl.conf ubicado en "C:\Xammp\Apache\Conf\Extra" y sustituir:
<VirtualHost _default_:443> por <VirtualHost _default_:4430>.
Listen 443 por Listen 4430.