Created
July 24, 2024 04:41
-
-
Save VikashSaharan1/8cfb7502fe3adf928c39b725e9b30d7a to your computer and use it in GitHub Desktop.
Xampp mysql/mariadb does not start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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