Xampp-mysql - "Table doesn't exist in engine" #1932

The Solution to Xampp-mysql - "Table doesn't exist in engine" #1932 is


I have faced same issue and sorted using below step.

  1. Go to MySQL config file (my file at C:\xampp\mysql\bin\my.ini)
  2. Check for the line innodb_data_file_path = ibdata1:10M:autoextend
  3. Next check the ibdata1 file exist under C:/xampp/mysql/data/
  4. If file does not exist copy the ibdata1 file from location C:\xampp\mysql\backup\ibdata1

hope it helps to someone.

~ Answered on 2017-06-28 09:54:16


Most Viewed Questions: