Can't run XAMPP - MySql

前端 未结 5 1291
死守一世寂寞
死守一世寂寞 2020-12-16 04:01

When I try to start XAMPP - MySql it doesn\'t work. I\'ve already tried to fix it, but I couldn\'t find any actual solution, I hope you can find what\'s wrong with it.

5条回答
  •  鱼传尺愫
    2020-12-16 04:58

    This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted.

    Solution:

    1. Back up C:\xampp\mysql\data
    2. Copy all file C:\xampp\mysql\backup
    3. Paste and replace existing file in: C:\xampp\mysql\data, except for the ibdata1 file.
      Leaving ibdata1 will help against table does not exist error.

提交回复
热议问题