2009/11/5 Walter Cervini <wcervini@stripped>
> you can put in your my.cnf
>
> replicate-ignore-table=db_name.table_name
> Tells the slave thread to not replicate to the specified table.
> To specify more than one table to ignore, use the directive
> multiple times, once for each table. This will work for cross-
> datbase updates, in contrast to replicate-ignore-db.
> Example: replicate-ignore-table=db00.table
>
> If you want ignore every table inside an a database you can use binlog-ignore-db
> Tells the master that updates where the current database is ’database
> name’ should not be stored in the binary log. Note name that if you use this you
> should ensure that you only do updates in the current database.
> ________________________________
> Walter Cervini
> Movistar: (58) 0424-1543350 PinBB:20911CF3
> Digitel : (58) 0412-2042186
> Web : http://notas.cervini.com.ve
Gotcha. Thanks friends.