2008.05.11 Sun

mysqlhotcopy でのエラー対応

MySQLのデータベースをmysqlhotcopyでバックアップしようとしたときに以下のエラーが発生しました。

DBI::db=HASH(0xa1e63a8)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/bin/mysqlhotcopy line 537.

参考サイトを元に設定したところ正常に動作するようになりました。

参考サイト

システム構築に関する覚書トップページへ