Lorenzo Sicilia <[EMAIL PROTECTED]> wrote:
>
> I am new member here.
>
> I have a question about REPLICATE_IGNORE_DB,
>
> I have two mysql server (4.0.15) with replication A->B->A
> All work fine
> Now, I want to ignore one database.
>
> I have try this command:
> CHANGE MASTER TO REPLICATE_IGNORE_DB = 'PMA';
>
> ... but it don't work.
> "You have an error in your SQL syntax. Check the manual that
> corresponds to your MySQL server version for the right syntax to use
> near 'REPLICATE_IGNORE_DB = '
At the following section you can find which variables you can use in the CHANGE MASTER
TO command:
http://www.mysql.com/doc/en/CHANGE_MASTER_TO.html
>
> I can excute this sql
No.
> or I need set this param only in my.cnf?
Yes.
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]