There are many reasons to stop MySQL automatically in the XAMPP Control Panel. Below are the steps to detect your problem and fix that.
Here first two steps to detect your actual problem to stop MySQL automatically. And others two for the fix that.
Step 1: Open your MySql log from XAMPP Control Panel.
Step 2: Scroll to the bottom of your log file to get your actual problem.
If your problem is 'Could not open mysql.plugin table' then just follow the below steps.
Step 3: Go to your MySQL installation folder. And open mysql/data folder.
Remove below files -
ib_logfile0ib_logfile1aria_log_controlaria_log.* ( * == some Number)
Done...😊
0 Comments