Using MySQL 4 on Windows 2000, sp 4. version = 4.0.17-nt-log

I recently installed this and finding that a large number of files are being created that are named something like this:

myDomain-relay-bin.026

I guess this is a replication log file? I have not specified in the cnf file that replication be done, is this setup by default during installation? I am doing a daily backup so don't need these files past a day or two old. Are the older files supposed to get disposed of or do I have to configure that? How?

Is it safe to simply delete these (except for the latest and relay-log.info, myDomain-relay-bin.index, master.info)?

Anyone recognize what this file is for? "ib_arch_log_0000000000"

Here is what is in the my.ini file:

#This File was made using the WinMySQLAdmin 1.4 Tool
#1/6/2004 4:01:06 PM
#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#log=C:/websites/mysql_logs/queries.log
log-slow-queries=C:/websites/mysql_logs/slow.log
long_query_time=10
log-long-format
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M

--
Michael
__
||| Michael Collins
||| Kuwago Inc                  mailto:[EMAIL PROTECTED]
||| Seattle, WA, USA            http://michaelcollins.net

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to