Xampp-mysql-“表在引擎中不存在" #1932 [英] Xampp-mysql - "Table doesn't exist in engine" #1932

查看:364
本文介绍了Xampp-mysql-“表在引擎中不存在" #1932的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

移动xampp文件夹后出现Xampp错误:

Xampp error after moving xampp folder:

Apache运行正常:

Apache is running fine:

如下图所示,如果我移动并同时运行apache和mysql的xampp,我必须运行apache但无法运行mysql,但它显示的错误是新鲜的,并且显示错误,如表不存在"在引擎中#1932,如已放弃的图像.请解决任何人需要帮助的问题

as given below image i'm sucess to run apache but unable to run mysql if in case i moved and run xampp both apache and mysql but its shows error which is fresh and it show the error like "Table doesn't exist in engine" #1932 as given up image. please solve the issue anyone help pls

推荐答案

我也遇到了同样的问题,并使用以下步骤进行了排序.

I have faced same issue and sorted using below step.

  1. 转到MySQL配置文件(我的文件位于C:\xampp\mysql\bin\my.ini)
  2. 检查行innodb_data_file_path = ibdata1:10M:autoextend
  3. 接下来检查C:/xampp/mysql/data/下的ibdata1文件是否存在
  4. 如果文件不存在,请从位置C:\xampp\mysql\backup\ibdata1
  5. 复制ibdata1文件
  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

希望它对某人有帮助.

这篇关于Xampp-mysql-“表在引擎中不存在" #1932的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆