
NICOLAS ZAPATA ALZATE
PreguntaMe aparece esto previo al intentar conectarlo
7:43:56 p. m. [Apache] Problem detected! 7:43:56 p. m. [Apache] Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 2676! 7:43:56 p. m. [Apache] Apache WILL NOT start without the configured ports free! 7:43:56 p. m. [Apache] You need to uninstall/disable/reconfigure the blocking application 7:43:56 p. m. [Apache] or reconfigure Apache and the Control Panel to listen on a different port
Y cuando intento conectar con MySQL me aparecen los siguientes errores
8:01:47 p. m. [mysql] Error: MySQL shutdown unexpectedly. 8:01:47 p. m. [mysql] This may be due to a blocked port, missing dependencies, 8:01:47 p. m. [mysql] improper privileges, a crash, or a shutdown by another method. 8:01:47 p. m. [mysql] Press the Logs button to view error logs and check 8:01:47 p. m. [mysql] the Windows Event Viewer for more clues 8:01:47 p. m. [mysql] If you need more help, copy and post this 8:01:47 p. m. [mysql] entire log window on the forums
Espero que esto se pueda arreglar y gracias saludos.
-
Entra a tu folder: xampp/mysql/ desde aquí harás la magia
-
Renombra el folder data a data_bk
-
Crea un nuevo folder llamado: data
-
Copia el contenido que hay en el folder backup al nuevo folder data
-
En data_bk tendrás los folders que representan a tus bases de datos, copia esos esos folders en el folder data. ADVERTENCIA no copies los folders: mysql, performance_schema y phpmyadmin folders
-
Finalmente copia el archivo ibdata1 que está en el folder data_bk al folder data
-
Activa XAMPP y sé feliz.

NICOLAS ZAPATA ALZATE
[](

Diego Forero
El problema es que tienes programas corriendo que están usando el mismo puerto, revisa que no tengas instalado otro programa como wamp o mysql.
Puedes revisar el log y compartirlo aquí para ver cual es la causa exacta del cierre.
elar lópez cortez
Hola disculpen yo también tengo el mismo problema y ya es constante, hace unos días des instale el xampp y lo volví a instalarlo, al inicio carga todo bien e inicia, el problema surge una vez la apago y la vuelvo a encenderla, ya no inicia el mysql.
Angel Marcano
Hola; tengo el mismo problema; inicialmente en abril instalé el xampp para iniciar el estudio de pyton; y me funcionó bien; ayer instalé mysql y al intentar correrlo me empezó a dar el error que le dá a todos. ya intenté borrar el archivo "ibdata1" y nada; borre los otros archivos y nada; es la segunda vez que lo voy a reinstalar a ver si funciona. Lo que no he probado es cambiar el puerto, porque no sé como hacerlos, el que usa xampp es 3306

Kelly
Realice lo recomendado por yajairo87 y no me funciono, sigue presentando el mismo error. Gracias

Omar Erick Alban Becerra
Encontré la solución, entren a "Administrador de tareas" y busquen el proceso "mysqld" anticlic y pongan "Finalizar tarea" y listo.

Julieth Bolivar
AYUDAME PLIS TENGO Q HACER UNA PAGINA WEB EN PHP Y PUES TENGO NETBEANS Y XAMPP MI PREGUNTA CUANDO MUESTRAS EN NETBEANS TOOLS Y DESPUES PHP NO ME ENCUENTRA EL INTERPRETADOR DE PHP PUES HACE TIEMPO EN NETABEANS SOLO TRABAJABA CON JAVA WEB SERA POR ESO QUE DEBO HACER INSTALAR O COMO? AYUDAME HELP ME PLIS
chicos al darle estar en apache mysql me sale esto q hago 11:18:01 a. m. [mysql] Attempting to start MySQL app... 11:18:10 a. m. [mysql] Problem detected! 11:18:10 a. m. [mysql] Port 3306 in use by "Unable to open process"! 11:18:10 a. m. [mysql] MySQL WILL NOT start without the configured ports free! 11:18:10 a. m. [mysql] You need to uninstall/disable/reconfigure the blocking application 11:18:10 a. m. [mysql] or reconfigure MySQL and the Control Panel to listen on a different port 11:18:10 a. m. [mysql] Attempting to start MySQL app... 11:18:28 a. m. [Apache] Problem detected! 11:18:28 a. m. [Apache] Port 80 in use by "Unable to open process" with PID 4! 11:18:28 a. m. [Apache] Apache WILL NOT start without the configured ports free! 11:18:28 a. m. [Apache] You need to uninstall/disable/reconfigure the blocking application 11:18:28 a. m. [Apache] or reconfigure Apache and the Control Panel to listen on a different port 11:18:28 a. m. [Apache] Attempting to start Apache app...

Cristobal Nyram
https://www.youtube.com/watch?v=u9aGPILNc00 este link les puede ser de ayuda...cuidado a la hora de eliminar

Carlos Hernández
A los que ya intentaron de todo, les comparto esta solución:
Fuente: https://www.webfulcreations.com/fix-error-mysql-shutdown-unexpectedly-in-xampp/

andrea isabel perez chang
Esta fue la mejor manera que encontre de solucionarlo, les dejo por aqui el enlace https://stackoverflow.com/questions/18022809/xampp-mysql-shutdown-unexpectedly
Deleting this file is like playing a Russian roulette with your databases, it could work and restablish everything, but also, probably could leave unusable every database you have.
Instead, first try using the MySQL backup folder which is included with XAMPP. So do the next:
Rename the folder mysql/data to mysql/data_old (you can use any name) Create a new folder mysql/data Copy the content that resides in mysql/backup to the new mysql/data folder Copy all your database folders that are in mysql/data_old to mysql/data (skipping the mysql, performance_schema, and phpmyadmin folders from data_old) Finally copy the ibdata1 file from mysql/data_old and replace it inside mysql/data folder Start MySQL from XAMPP control panel
And, voilà!