Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ############################################ # VARIABLES WHICH NEED TO BE DEFINED ############################################ $mysqlpath = "D:\xampp\mysql\bin" $backuppath = "D:\Dumps\" $username = "root" $password = "plok" $errorLog = "D:\Dumps\logs" ############################################ # END OF VARIABLES NEEDING DEFINED ############################################ $date = Get-Date $timestamp = "" + $date.day + $date.month + $date.year + "_" + $date.hour + $ […]
↧