-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2a7454
commit ac5ab7d
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
assets/ export-ignore | ||
readme.md |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright 2023 MHD PROJECT | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
MYSQL REPAIR TOOLS FOR XAMPP | ||
|
||
This is a simple application based on .bat files that is designed to fix the common problems that occur with MySQL in XAMPP, so it can be started without any issues. | ||
|
||
The tool is open source, so anyone can develop it without any difficulties. I am aware that there may still be unresolved bugs, so I hope that this application can be further improved and optimized in the future. | ||
|
||
>> How to Use: | ||
|
||
1. Download the MYSQL REPAIR TOOLS File for Windows | ||
2. Open the mysql-repair-tools.bat file | ||
3. Press any key, so a pop-up window will appear | ||
4. Select the directory of your MySQL file (Default C:\xampp\mysql) | ||
5. Press Y to confirm that the directory is correct | ||
6. Wait for the repair process to finish | ||
7. There will be a repair phase 2 option, to configure the my.ini file. We suggest to do it as well. | ||
8. The Command Prompt window will close automatically, and there will be a "data - dd-mm-yyyy" folder as a backup in the mysql directory | ||
9. Test and turn on MySQL in your XAMPP | ||
10. Good luck trying it out. | ||
|
||
>> This script runs on Windows 10 and 11. | ||
|
||
>> Notes for this script. | ||
|
||
This writing aims to convey that this simple script is not a solution to all problems related to MySQL that refuses to activate on XAMPP application. However, this script can help solve many issues related to MySQL. Before using this script, make sure to back up all data as a precaution against any possible scenarios that may occur. |