Skip to content

Commit

Permalink
Added more mysql backup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 2aa76e5 commit cf91ab4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,21 @@ mysqldump --no-data --routines --triggers > schema.sql
- http://francis-besset.com/backup-your-mysql-servers-and-restore-them-quickly.html


### mydumper
Faster, parallelized database dumps for mysql.
- https://www.pythian.com/blog/multi-tb-migration-using-mydumper/
- https://vitobotta.com/2011/01/06/mysql-backups-and-restores/
- https://www.percona.com/blog/2015/11/12/logical-mysql-backup-tool-mydumper-0-9-1-now-available/
- http://imagexmedia.com/blog/2014/11/speeding-your-mysql-dumprestores-mydumper

### XtraBackup
"Enterprisey" level backup tool for mysql.

- https://www.percona.com/doc/percona-xtrabackup/2.4/index.html

## Links
- https://speakerdeck.com/samlambert/the-mysql-ecosystem-at-github-2015
- https://www.percona.com/blog/2017/03/06/mysql-i-am-a-dummy/
- https://twindb.com/use-proxysql-tools/
- http://code.openark.org/blog/mysql/whats-so-complicated-about-a-master-failover
- http://code.openark.org/blog/mysql/whats-so-complicated-about-a-master-failover
- https://www.digitalocean.com/community/tutorials/how-to-measure-mysql-query-performance-with-mysqlslap

0 comments on commit cf91ab4

Please sign in to comment.