mysql-parallel icon indicating copy to clipboard operation
mysql-parallel copied to clipboard

A set of scripts and tools to speed up MySQL dumps and restores by running them in parallel.

Results 2 mysql-parallel issues
Sort by recently updated
recently updated
newest added

Some hosting vendors provide DB backups in a `.sql.gz` format. It would be nice to know a copy-paste-able script to replace a DB. Ideally, ``` sh ./awesome.sh ~/Downloads/backup.2015-05-21.sql.gz ``` Though,...

I want to be able to do: ``` shell drush sql-drop -y && \ /home/vagrant/mysql-parallel/mysqlrestorep.sh user database directory && \ drush updb -y && \ drush fra -y ``` But...