How to fix MySql stop automatically in XAMPP Control Panel. Step by Step solution.

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.

MySQL LOGO



Step 1: Open your MySql log from XAMPP Control Panel.

Xampp Control Pannel

Step 2: Scroll to the bottom of your log file to get your actual problem.

Logs

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_logfile0
ib_logfile1
aria_log_control
aria_log.* ( * == some Number)

File Directory


Step 4: Finally restart your MySQL by following below.
  •  First start Apache. And wait at lest 20 second.Start Apache
  • Then start MySQL. Now open your MySQL admin.Start MySql


Done...😊


Post a Comment

0 Comments