git.p6c8.net
/
psmysqlbackup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4325c24
)
Removed the full path to the CLI programs
author
Patrick Canterino
<patrick@patrick-canterino.de>
Tue, 25 Jan 2022 18:53:56 +0000
(19:53 +0100)
committer
Patrick Canterino
<patrick@patrick-canterino.de>
Tue, 25 Jan 2022 18:53:56 +0000
(19:53 +0100)
psmysqlbackup.ps1
patch
|
blob
|
history
diff --git
a/psmysqlbackup.ps1
b/psmysqlbackup.ps1
index 8ecf827174f163b365479a6d419f21785205589e..a99e18a3e94b0187a6102460f169d12daf6087f2 100644
(file)
--- a/
psmysqlbackup.ps1
+++ b/
psmysqlbackup.ps1
@@
-18,9
+18,9
@@
$configMysqlUser = 'backup'
$configMysqlPassword = 'backup'
# Path to MySQL CLI program
-$configMysqlCli = '
C:\Program Files\MariaDB 10.5\bin\
mysql.exe'
+$configMysqlCli = 'mysql.exe'
# Path to mysqldump CLI program
-$configMysqldumpCli = '
C:\Program Files\MariaDB 10.5\bin\
mysqldump.exe'
+$configMysqldumpCli = 'mysqldump.exe'
# Directory where to store the backups
$configBackupDir = 'backup'
patrick-canterino.de