Wednesday, October 2, 2024

XAMPP MySql Crash issue

 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.
  4. Leaving ibdata1 will help against table does not exist error.

No comments:

Post a Comment

XAMPP MySql Crash issue

 This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. Solution: Back up C:\xampp\mysql\data Copy all file C:\xa...