Ashwini Singh
Ashwini Singh

Reputation: 41

XAMPP MySQL Shutdown Unexpectedly – How to Fix It Permanently?

Error: MySQL shutdown unexpectedly.

Stop XAMPP completely.

Rename C:\xampp\mysql\data to data_old.

Create a new data folder inside C:\xampp\mysql.

Copy the contents of C:\xampp\mysql\backup into the new data folder.

Copy your old database folders (except ibdata1, ib_logfile0, etc.) from data_old into data.

Restart MySQL in XAMPP.

Doing this every week but its temporary any permanent solution to fix this?

Upvotes: 0

Views: 19

Answers (0)

Related Questions