« 2007年03月 | ▲トップ

2008年02月25日

SQLリカバリ

通常
$ mysql  -u  rootデータベース名  <  dump.sql

すでに mysql を実行中の場合、source コマンドを使用

 mysql < source filename;