mysql question

Adam bsdx@looksharp.net
Mon, 17 Jul 2000 06:05:21 -0400 (EDT)


When mysqld is running does it make sure it keeps the database files in an
uncorrupted state, or are there times when if you make a copy of it with
mysqld running you would get a damaged copy because you didnt stop
it?  Basically I'd like to know if I can just tar the db files whenever I
want without affecting the database operation, or if I need to "pause" it
somehow to be 100% safe? Thanks.