]> BookStack Code Mirror - system-cli/commit
Range of changes to MySQL execution
authorDan Brown <redacted>
Sat, 8 Mar 2025 17:19:58 +0000 (17:19 +0000)
committerDan Brown <redacted>
Sat, 8 Mar 2025 17:19:58 +0000 (17:19 +0000)
commitb0e4bd51db4d0faa12400b83b11e9a369c4bad8c
tree084411035414f11e827fe504ced853a31cc6eb4f
parente69daa3f8d5800faee17c5d31e7616d588f6464b
Range of changes to MySQL execution

- Changes mysql usage to use options files, removes used of env options
  used for password.
- Updated to use mariadb specific programs if existing, otherwise mysql.
- Adds common xampp bin path for searching for mysql.
src/Commands/RestoreCommand.php
src/Services/MySqlRunner.php
src/Services/ProgramRunner.php