At 18:55 -0600 3/25/04, Moritz von Schweinitz wrote:
hi again!

on a related note to my previous question:
how can i switch on the creation of a (binary) update log, but only for ONE database of several being on my server?

You probably want to enable the binary log with --log-bin, and use the --binlog-do-db option along with it. Databases not named with --binlog-do-db options will be ignored.

http://www.mysql.com/doc/en/Binary_log.html

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/

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



Reply via email to