Descargué XAMPP hace aproximadamente un mes y estaba funcionando bien. Hoy instalé un software de reconocimiento de voz y luego reinicié mi computadora. Desde entonces, MySQL no se inicia en mi aplicación manager-osx. No me arroja un en el registro de la aplicación. Esto es lo que dice:
Stopping all servers...
Stopping Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd stopped
Stopping ProFTPD...
Checking syntax of configuration file
/Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd stopped
Restarting all servers...
Starting MySQL Database...
Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
Starting ProFTPD...
Checking syntax of configuration file
/Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd started
Tanto mi ProFTPD como mi servidor web Apache se están ejecutando. MySQL no lo es. Cuando voy a phpmyadmin, me lanza este mensaje de error.
#2002 - No such file or directory
The server is not responding (or the local server's socket is not correctly configured).
Por favor, ayúdame. No tengo ni idea de qué hacer.
ACTUALIZAR:
Después de buscar un poco en Internet, encontré un problema similar que tenía un usuario con MAMP, otro usuario recomendó eliminar el proceso mysql, lo que sea que eso signifique. ¿Podría solucionar mi problema?
ACTUALIZACIÓN 2:
Encontré la respuesta a mi problema, pero todavía no puedo. Entonces esta es la respuesta:
1) Abra el terminal y escriba
sudo su
y luego ingrese su contraseña
2) Luego escriba
ps aux | grep mysql
(solo copia y pega esto)
3) Deberá obtener la identificación del proceso de mysql. Debe haber un número cerca de la parte superior, algo así como 739 o 8827
4) Mata el proceso usando
kill -9 {process id}
esto debería verse así: kill -9 739
5) Reinicie MySQL en manager-osx