hi
i need to filter my dbs as follows
db1 : mydb_x
db2 : mydb_y
db3 : no specfic name
db3 : no specfic name
in one conf file i used dbfilter = ^mydb.*$, so that i can get only the dbs that the name starts with mydb
what i need is in other instance(conf file) i need dbs other than name starts with mydb
thanks