Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Command Line Password

$
0
0
Detected 1 occurrence(s) of ‘\-\-[pP]assword\=[^%^\$]': ck $BACKUP_DIR/FULL chown -R mysql:mysql $DATA_DIR } ####################################### ####################################### ####################################### BACKUP_DIR=/tmp/backup DATA_DIR=/var/lib/mysql USER_ARGS=" --user=root --password=password" ARGS="--rsync $USER_ARGS --no-timestamp --compress --compress-threads=4" if [ $# -eq 0 ] then usage exit 1 fi case $1 in "full") full_backup ;; "incremental") incremental_backup ;; Source: http://pastebin.com/raw.php?i=umTcNC3y

Viewing all articles
Browse latest Browse all 2834

Trending Articles