Skip to content

Instantly share code, notes, and snippets.

@kevthanewversi
Last active August 30, 2018 12:26
Embed
What would you like to do?
database dump
#!/bin/bash
mysqldump -u username -pxxxxx titandb1 --single-transaction --quick --lock-tables=false > titandb1-backup-$(date +%F).sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment