microl44 / microl44/Julet

Improve setup.bat

Open
#112 5 comments 0 reactions 2 assignees Claimed by @microl44 View on GitHub
Medium Scripting
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.