テーブルのバックアップ

今まではDBのみだったけど、
テーブルのバックアップもとりたい。

ってことで以下のコマンド。

mysqldump -u root -p db_test tb_test > test.sql