Re: skip logging on one database

2002-11-22 Thread Rafal Jank
> > > > hallo, > > > > I try to skip logging on three special databases where a couple of > > otherdatabases > > should log their update in te binlog-file. The options in the > > my.cnf-file > > > > log-bin= /www/cmsdata/log/bin-log > > binlog-ignore-db = db_1,db_2,db_3 > > >

skip logging on one database

2002-11-21 Thread Stephan Hendl
hallo, I try to skip logging on three special databases where a couple of otherdatabases should log their update in te binlog-file. The options in the my.cnf-file log-bin= /www/cmsdata/log/bin-log binlog-ignore-db = db_1,db_2,db_3 don't work. Has anybody a solution? I use mysql