"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
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