Posts

Showing posts with the label XAMPP

If MySql Stopped Working Unexpectedly in XAMPP Local Server

Image
 If your MySql Stopped Working Unexpectedly in XAMPP Local Server like shown below:- Then here are some quick tips to fix this issue:- Check the error log of mysql  Then go to  {D}:\xampp\mysql\backup  folder and copy all folders and files expect ibdata1 Then go to {D}:\xampp\mysql\data folder and paste there. Then restart you Apache and XAMPP then start mysql. Please do let me know for any kind of doubts. Thanks