Improve setup.bat
- Dominant language
- PHP
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Include certain quality of life fixes to setup.bat file and setup.ps1 and modify them.
Should at least include the following:
* setup.bat should ask for admin permissions by default
* setup.bat should support passed arguments (username, password, host)
* setup.bat should verify connection to database
* setup.bat should verify table health (C:\xampp\mysql\bin\mysqlcheck.exe -c -u %DB_USERNAME% -p --all-databases)
* setup.bat should repair broken tables (C:\xampp\mysql\bin\mysqlcheck.exe -r [NON OK TABLES] -u %DB_USERNAME% -p%DB_PASSWORD%)
* setup.ps1 should change order of loaded php environment variables (php.ini)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.