「MySQL入門」バックアップとリストアのコマンド

2018年2月7日

バックアップ
mysqldump -u user -p password testdb > test20170207.sql

リストア
mysql -u user -p password testdb < test20170207.sql

MySQL

Posted by arkgame