This is a tool to help me repair mysql on xampp that i installed on windows 11, sometimes on several occasions mysql always errors, so to make my life easier without having to copy every single folder and file in xampp\mysql\data
and xampp\mysql\backup
, I made this tool.
- First open
repair.bat
using notepad or VS Code - Search
xamppLocation=Your XAMPP Location
- For example, change it to
xamppLocation=c:\xampp
- Then run
repair.bat
by double clicking