Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VikashSaharan1/8cfb7502fe3adf928c39b725e9b30d7a to your computer and use it in GitHub Desktop.
Save VikashSaharan1/8cfb7502fe3adf928c39b725e9b30d7a to your computer and use it in GitHub Desktop.
Xampp mysql/mariadb does not start
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:\xampp\mysql\backup
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment