MySQL folks, I have a server which handles hundreds of connections at a time typically. Many of these are actually inserting data. It is currently configured as a replication master. Let's call it A. The slave is currently only used as a backup. Let's call the slave B. But this is not really about B. We have yet another replication master, C, and I would like to set up server A as a slave for a couple of databases from C. The databases that would be replicated from C to A are completely independent of those that exist on A (no mysql, no test for example). I'm assuming that this scheme is kosher.
I am wondering if there is any way to reconfigure A as a slave to C without bringing down the server. Like a "mysqladmin reload" for stuff other than privilege information. It is hard to find a time window to fool around with server A. -- Mark -- Mark M. Ito, Thomas Jefferson National Accelerator Facility 12000 Jefferson Ave., Mail Stop 12H, Newport News, VA 23606 Email: [EMAIL PROTECTED], Phone: (757)269-5295 WWW: http://claspc2.jlab.org --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php