Hi,
I have a slave (version 5.0.26) replicating from master (version 4.1.13).
The slave's /etc/my.cnf contains the following (just once!):
<snip>
# what we should replicate
replicate-do-db = bge
replicate-do-db = blog
replicate-do-db = lawlist
replicate-do-db = library
replicate-do-db = mandate
replicate-do-db = mypal
replicate-do-db = polyreg
replicate-do-db = ssl
replicate-do-db = timon
replicate-do-db = vakw
replicate-do-db = wikipolyreg
</snip>
Replication is working properly but when I do "mysql> show slave status;"
on the slave I see:
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Replicate_Do_DB: bge,blog,lawlist,library,mandate,mypal,
polyreg,ssl,timon,vakw,wikipolyreg,bge,blog,lawlist,library,mandate,
mypal,polyreg,ssl,timon,vakw,wikipolyreg
Replicate_Ignore_DB:
All replicated databases appear twice. This seems odd to me. What is
wrong?
Thank you for any help.
Thomas Spahni
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]