этот вопрос точный дубликат:
Ok, поэтому у меня есть это сообщение об ошибке в 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
и такой:
20:25:34 [mysql] Problem detected!
20:25:34 [mysql] Port 3306 in use by ""C:Program FilesMySQLMySQL Server 5.7binmysqld.exe" --defaults-file="C:ProgramDataMySQLMySQL Server 5.7my.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
Я установил XAMPP и MySQL workbench версии 6.3.
Я попытался изменить номера портов службы MySQL XAMPP, чтобы узнать, решит ли это проблему, но это не работал.
Я также попытался заменить поле $cfg ['Servers'][$i] ['password'] ="; на конфиге.иник.php-файл XAMPP с моим паролем MySQL workbench, но проблема все еще там, я не могу запустить ни службу MySQL XAMPP, ни MySQL workbench.
вы знаете что-нибудь еще я могу сделать, чтобы решить эту проблему?
спасибо!