Say I have a database that is being properly replicated to
another server and I want to alter it on both machines (say, add a new
column). Will this also be sent with the SQL update log to the second
server, or must I do the altering on both machines myself?
--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock
---------------------------------------------------------------------
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
- Re: Replication and ALTER Michael T. Babcock
- Re: Replication and ALTER Jeremy Zawodny
- RE: Replication and ALTER Victor Pendleton