Итак, у меня есть это сообщение об ошибке в 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 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
Я установил XAMPP и MySQL верстак версии 6.3.
Я попытался изменить номера портов службы MySQL XAMPP, чтобы посмотреть, решит ли это проблему, но это не сработало.
Я также попытался заменить поле $ cfg ['Servers'] [$ i] ['password'] = ''; в файле config.inic.php XAMPP с моим паролем MySQL Workbench, но проблема все еще существует, я не могу запустить ни службу MySQL XAMPP, ни MySQL Workbench.
Вы знаете что-нибудь еще, что я могу сделать, чтобы решить это?
Спасибо!