XAMPP e MySQL workbench [duplicado]

0

Ok, então eu tenho esse erro de mensagem no XAMPP:

20:25:37 [mysql] Error: MySQL shutdown unexpectedly. 20:25:37 [mysql] This may be due to a blocked port, missing dependencies, 20:25:37 [mysql] improper privileges, a crash, or a shutdown by another method. 20:25:37 [mysql] Press the Logs button to view error logs and check 20:25:37 [mysql] the Windows Event Viewer for more clues 20:25:37 [mysql] If you need more help, copy and post this 20:25:37 [mysql] entire log window on the forums

E este aqui:

20:25:34 [mysql] Problem detected! 20:25:34 [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"! 20:25:34 [mysql] MySQL WILL NOT start without the configured ports free! 20:25:34 [mysql] You need to uninstall/disable/reconfigure the blocking application 20:25:34 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port

Eu instalei o XAMPP e a versão 6.3 do MySQL workbench.

Eu tentei alterar os números de portas do serviço MySQL do XAMPP para ver se isso resolveria o problema, mas isso não funcionou.

Eu também tentei substituir o campo $ cfg ['Servers'] [$ i] ['password'] = ''; no arquivo config.inic.php do XAMPP com minha senha do MySQL, mas o problema ainda está lá, não consigo iniciar nem o serviço MySQL XAMPP nem o MySQL workbench.

Você sabe de alguma outra coisa que eu possa fazer para resolver isso?

Obrigado!

    
por ismael teixeira 23.03.2016 / 02:35

1 resposta

0

Então resolvi o problema.

Você precisa se certificar de usar a senha correta para o ambiente de trabalho. Então, se você quiser usar o PHP my admin tool, você tem que fazer algumas mudanças nos arquivos do XAMPP.

Você terá que procurar o arquivo config.inic.php na pasta PhpMyAdmin e colocar a senha na linha 21 ( $cfg['Servers'][$i]['password'] = '' ). Então você tem que mudar o número da porta da conexão com o XAMPP, para isso vá ao botão config mysql no XAMPP e abra o arquivo my.ini e troque a porta 3306 por outra (33060 por exemplo). Agora reinicie o XAMPP e pronto.

Esse trabalho para mim, espero que isso ajude vocês!

    
por 23.03.2016 / 14:56