Re: Replication - separate binary logs

2004-03-11 Thread Victoria Reznichenko
"ron" <[EMAIL PROTECTED]> wrote: > Hello (first post) > > I'm a noob to this group but I have an issue which I am hoping there is a > solution to. > > I would like to have one instance of mysqld serving many databases, and > acting as a master server. > > Each slave will only replicate one datab

RE: Replication - separate binary logs

2004-03-11 Thread Victor Pendleton
If you are wanting each database to replicate only certain databases then you should look over the replication commands. http://www.mysql.com/doc/en/Replication_Options.html --replicate-do-db=database_name might be able to solve your issue. -Original Message- From: ron To: [EMAIL PROTECTE