You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rfrkk : I will check and improve that. Laragon tries to graceful shutdown MySQL. It could be you have MySQL root password that prevent Laragon from calling mysqld command properly.
Looking forward to Laragon's correction, thank you.
Currently I am using this method temporarily:
Everything is running normally and no mysql errors have occurred.
step1 laragon stop service
step2. Execute CloseMysqlService.bat
CloseMysqlService.bat
@echo off
echo working......
net stop mysql
@echo Delete redundant mysqld.exe (if any)
taskkill /F /IM mysqld.exe
echo success !
echo. & pause
I confirm that I’ve encountered the same situation. I stopped MySQL from the Laragon panel, but the mysqld.exe process remained running in the Task Manager. Then, I tried connecting to MySQL using HeidiSQL, and it worked fine, even though MySQL was stopped in the Laragon panel.
I have two continuation questions:
questions 1.
Shutting down the server for too long. To MYSQL, it needs 20s.
_2024_05_24_06_28_39_106.mp4
questions 2.****
How to automatically removing mysqld?
When laragon stop all server, the mysqld no longer works but is still in Task Manager and eats too much memory.
The text was updated successfully, but these errors were encountered: