[前][次][番号順一覧][スレッド一覧]

mysql:9453

From: "HIROSE, Masaaki" <"HIROSE, Masaaki" <hirose31@xxxxxxxxxx>>
Date: Thu, 27 May 2004 16:50:33 +0900
Subject: [mysql 09453] Re: バックアップに関して

ひろせといいます

on "[mysql 09452] Re: バックアップに関して"
   <200405271628.JBE02557.LFOBTIJ@xxxxxxxxxx>
at Thu, 27 May 2004 16:28:04 +0900
   Kenichi-Ashida <ashiken@xxxxxxxxxx> wrote:

全てのデータベースの全てのテーブルを flush して read lock する場合は、

> mysql> FLUSH TABLES;
> mysql> LOCK TABLES table1 read, table2 read;

の代わりに

FLUSH TABLES WITH READ LOCK
http://dev.mysql.com/doc/mysql/ja/FLUSH.html

を使うのも手です。

参考までに。
ではでは

-- 
ひろせ
http://www.irori.org/

[前][次][番号順一覧][スレッド一覧]

      9425 2004-05-25 18:30 [Kenichi-Ashida <ashi] バックアップに関して                    
      9431 2004-05-25 19:40 ┗[KEMUSI <keigo-fu@xxx]                                       
      9452 2004-05-27 16:28  ┗[Kenichi-Ashida <ashi]                                     
->    9453 2004-05-27 16:50   ┗["HIROSE, Masaaki" <h]                                   
      9454 2004-05-27 17:02    ┗[Kenichi-Ashida <ashi]