All public logs

Jump to navigation Jump to search

Combined display of all available logs of NoName e.V.. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:21, 24 May 2009 SECuRE talk contribs deleted page MySQL Datenbank Backup (content was: '== Backup mySQL == #!/bin/bash myDate=`/bin/date +%Y-%m-%d` cd /var/lib/mysql/ for file in *; do if test -d $file; then echo $file; /usr/bin/mysqldump --user=user --password=pass $file | /bin/gzip > $file.$myDate.sql.gz...')