[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [OT] MySQL question
- Subject: Re: [cobalt-users] [OT] MySQL question
- From: SM <sm@xxxxxxxxxxxx>
- Date: Sat Dec 6 21:19:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
At 00:29 26-11-2003 -0800, Bruce Timberlake wrote:
I'm running MySQL 3.23.55-log on a RaQ 4.
There are a bunch of files named www-bin.001 (www being the hostname of
the server I'm running MySQL on), etc. in my $MYSQL_ROOT/data directory...
I took a look inside the files, and there's some plain-text SQL queries,
along with some binary data, in each one.
This looks like the (MySQL) binary log.
The little bit of info I've been able to turn up seems to indicate these
are somehow related to query caches... can anyone confirm? Anyone know if
the older files can be deleted (there appears to be one file per day)?
This log contains the statements to update data and information about each
query. It is also used for replication. You can delete these files.
Regards,
-sm