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

后端 未结 10 2090
[愿得一人]
[愿得一人] 2020-12-15 05:18

Xampp error after moving xampp folder:

Apache is running fine:

as given below image i\'m sucess to run apache but unable to run mysql if in

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 05:21

    I have faced same issue but copying the xampp\mysql\data\ibdata1 was not solved my problem, because I install new version of xampp, if you upgrading your xampp first make backup from all htdocs and mysql folder, in my case I just backup the all xampp to the new folder like old-xampp then install new xampp and then you need do the following steps before starting your new xampp servers:

    1. Backup the phpmyadmin folder and ibdata1 from your new installation form this location xampp\mysql\data.
    2. Then Go to your old xampp folder old-xampp\mysql\data and copy the ibdata1 file and phpmyadmin from old location.
    3. Then open your new xampp folder xampp\mysql\data and past them there.
    4. Start the xampp servers.

提交回复
热议问题