Xampp-mysql - "Table does not exist in the engine" # 1932

Xampp error after moving xampp folder:

enter image description here

Apache is working fine:

enter image description here

as shown below, I get access to start apache, but I can not start mysql if, in case I moved and started xampp both apache and mysql, but it displays an error that is fresh and it shows an error, for example : "The table does not exist in the engine" # 1932 as a captured image. please resolve the problem, help with pls

+8
source share
7 answers

I ran into the same problem and sorted it using the next step.

  • MySQL ( C:\xampp\mysql\bin\my.ini)
  • innodb_data_file_path = ibdata1:10M:autoextend
  • ibdata1 C:/xampp/mysql/data/
  • , ibdata1 C:\xampp\mysql\backup\ibdata1

, - .

+12

ib_logfileXX ibdata​​strong > mysql/data mysql, .

+3
  • backups data. .
  • innodb .
+2

Mac. 5.3.0. 7.2.1. .

0
  1. MySQL
  2. xampp\mysql\data\ib *
  3. MySQL
0

. C:\xampp\mysql\data. xampp . C:\xampp\mysql\bin\my.ini innodb_data_home_dir = "C:/xampp/mysql/data" , .

0

, xampp\mysql\data\ibdata1 , xampp, xampp, htdocs mysql, xampp , old-xampp, xampp, xampp :

  1. phpmyadmin ibdata1 xampp\mysql\data.
  2. xampp old-xampp\mysql\data ibdata1 phpmyadmin .
  3. xampp xampp\mysql\data .
  4. xampp.
0
source

Source: https://habr.com/ru/post/1650120/


All Articles