]> git.p6c8.net - psmysqlbackup.git/commitdiff
Removed the full path to the CLI programs
authorPatrick Canterino <patrick@patrick-canterino.de>
Tue, 25 Jan 2022 18:53:56 +0000 (19:53 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Tue, 25 Jan 2022 18:53:56 +0000 (19:53 +0100)
psmysqlbackup.ps1

index 8ecf827174f163b365479a6d419f21785205589e..a99e18a3e94b0187a6102460f169d12daf6087f2 100644 (file)
@@ -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