Maybe you have my.cnf file in your computer. That can be under
/etc or you home directory. In that file there may be text like this.

# Try number of CPU's*2 for thread_concurrency
set-variable    = thread_concurrency=8
set-variable    = myisam_sort_buffer_size=64M
log-bin
server-id       = 1

You must disable log-bin.
To disable just put # in front of log-bin like
#log-bin
Then stop the mysql daemon and restart. You will never binary update log
again.

-----Original Message-----
From: David BORDAS [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 9:40 PM
To: [EMAIL PROTECTED]
Subject: Binary update log & how to disable ?


Hi list,

just a tiny question, i use mysql 3.23.51 ( tar.gz binary ) under linux.
All is fine, mysql is started without a problem ...

020618 14:28:04  mysqld started
/usr/local/mysql-3.23.51/bin/mysqld: ready for connections

I can see in /usr/local/mysql-3.23.51 some files like :
localdomain-bin.xxx

I assume that it's the binary update log, but i haven't that with my old
3.23.48.

So please, how can i disable this log ??

Rgds
David


---------------------------------------------------------------------
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


---------------------------------------------------------------------
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