Posts

Xampp MySQL not starting

Image
  If changing port number doesn't solve your problem, follow steps and this solves problem: (** By these steps don't need to reinstall Xampp or loss your database**) Stop all Xampp services and exit application. Move to c:\xampp\mysql Rename data folder to data_old create new data folder and copy whole content of backup folder to the data folder except "ibdata1"  5) Select all files in data_old folder and paste into data folder ( Note  Don't replace copied files and skip replace theme).

How can I solve "Error: MySQL shutdown unexpectedly"?

Rename folder  mysql/data  to  mysql/data_old Make a copy of  mysql/backup  folder and name it as  mysql/data Copy all your database folders from  mysql/data_old  into  mysql/data  (except  mysql ,  performance_schema , and  phpmyadmin  folders) Copy  mysql/data_old/ibdata1  file into  mysql/data  folder Start MySQL from XAMPP control panel