Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro ao iniciar o MySQL no XAMPP

Olá.

Não estou conseguindo iniciar o MySQL no Xampp, pois tenho o MySql Sever instalado para estudos do curso de SQL. Não gostaria de desinstalar o MySQL Server pois ainda estou fazendo o curso.

Poderiam me ajudar a mudar a porta do Xampp?

O erro que esta dando quando inicio o serviço pelo Xampp é esse:

00:25:49  [mysql]     Problem detected!
00:25:49  [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" MySQL57"!
00:25:49  [mysql]     MySQL WILL NOT start without the configured ports free!
00:25:49  [mysql]     You need to uninstall/disable/reconfigure the blocking application
00:25:49  [mysql]     or reconfigure MySQL and the Control Panel to listen on a different port
00:25:49  [mysql]     Attempting to start MySQL app...
00:25:49  [mysql]     Status change detected: running
00:25:52  [mysql]     Status change detected: stopped
00:25:52  [mysql]     Error: MySQL shutdown unexpectedly.
00:25:52  [mysql]     This may be due to a blocked port, missing dependencies, 
00:25:52  [mysql]     improper privileges, a crash, or a shutdown by another method.
00:25:52  [mysql]     Press the Logs button to view error logs and check
00:25:52  [mysql]     the Windows Event Viewer for more clues
00:25:52  [mysql]     If you need more help, copy and post this
00:25:52  [mysql]     entire log window on the forums
2 respostas
solução!

Bom dia, Daniel.

Você tem que mudar a porta do MySQL do XAMPP. Infelizmente eu não tenho Windows na minha máquina. Mas, eu consegui achar um tutorial na internet que mostra como você faz para alterar a porta do MySQL do XAMPP:

http://tisuperinfo.blogspot.com.br/2012/09/mudando-as-portas-do-xampp.html

Nesse post ele mostra como mudar a port do apache e tomcat, aparentemente é bem similar para alterar a port do MySQL.

Se não conseguir avisa que eu instalo um Máquina Virtual do Windows :-)

Bom dia, Marco.

Infelizmente alterei a porta como exemplificado no tutoria que você indicou e como vi em outros foruns, mas não funcionou. Então resolvi desintalar o MySQL Server e funcionou. Não queria fazer isso por que estou fazendo os dois cursos, mas foi a unica maneira que achei para funcionar.

Obrigado pela resposta.