株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

ストリーム内容をZip化しつつリダイレクトするので、Dumpファイルがサイズが大きいときとかは使えると思う

バックアップ

mysqldump -uroot -p'P@ssw0rd' -h127.0.0.1 --skip-column-statistics testdb | gzip > mysqldump.sql.gz

リストア

zcat mysqldump.sql* | mysql -uroot -p'P@ssw0rd' -h 127.0.0.1 -D testdb

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)