shuhelohelo’s blog

Xamarin.Forms多めです.

MySQL WorkbenchでDBのExport

データのエクスポートは、メニューの「Server」→「Data Export」を選択する。

f:id:shuhelohelo:20190708114724p:plain

エクスポート対象のDBにチェックをつける。

エクスポートする内容は、以下の3つから選べる。

  • Dump Structure and Data(テーブル構造とデータ)
  • Dump Data Only(データのみ)
  • Dump Structure Only(データを含まないテーブル構造のみ)

f:id:shuhelohelo:20190708114847p:plain