On Tue, Jun 05, 2001 at 05:16:37PM +0800, Alice wrote:
>
> Hi, besides using mysqldump, can i just copy the database in the
> data directory straight away in windows explorer ??  is this a
> correct way to do that ??  thanx

It's probably only "safe" if you do a

  FLUSH TABLES WITH READ LOCK;

before the copy. Then you'll need to simply disconnect (or unlock the
tables) when you're done.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878    Fax: (408) 349-5454    Cell: (408) 439-9951

MySQL 3.23.29: up 11 days, processed 68,873,361 queries (71/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to