MySQL /MariaDB not running in 2.0.4
-
Hello ,
Today I upgraded Laragon from 1.0.8 to latest version 2.0.4 both version lite and full . But I have problem with database , MySQL does not running anymore !
-
Nevermind , First I uninstall the Laragon and delete all file and folders , Then I installed it , Everything goes fine.
Thank you @leokhoa
-
@abdulhalim : Thanks
Your error message is really helpful. I'll figure out why it happened.
-
I have this error today while working in my local site
and now I can't access all my local sites or any phpmyadmin
Please, help me fix this fatal error @leokhoa
-
@waul :
You must probably shutdown mysqld when there were some mysql transactions.You can fix this by open Terminal and type:
mysqld --tc-heuristic-recover=ROLLBACK
Stop the mysqld when it's done.
You should start MySQL normally.
-
@leokhoa Thank you very much
It works now
Thanks again for your quick responce
-
Cool! you're welcome