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

后端 未结 10 2088
[愿得一人]
[愿得一人] 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:33

    I had the same issue. I had a backup of my C:\xampp\mysql\data folder. But integrating it with the newly installed xampp had issues. So I located the C:\xampp\mysql\bin\my.ini file and directed innodb_data_home_dir = "C:/xampp/mysql/data" to my backed-up data folder and it worked flawlessly.

提交回复
热议问题