Re: Upgrade MySQL and replication dies

2005-04-06 Thread Jacob Friis Larsen
> Does Debian package preserve a master.info and relay-log.info files? I'll check with some Debian experts. > Do you stop slave before the upgrade? No. > What does the 'SHOW SLAVE STATUS' > statement report? Before that everything is ok, after I don't know now that it is running ok, but I'll

Re: Upgrade MySQL and replication dies

2005-04-06 Thread Gleb Paharenko
Hello. Does Debian package preserve a master.info and relay-log.info files? Do you stop slave before the upgrade? What does the 'SHOW SLAVE STATUS' statement report? Jacob Friis Larsen <[EMAIL PROTECTED]> wrote: > I use Debian Sarge as my Linux distribution on two servers who replicate

Upgrade MySQL and replication dies

2005-04-05 Thread Jacob Friis Larsen
I use Debian Sarge as my Linux distribution on two servers who replicate MySQL. Every time I upgrade the MySQL package my replication dies. Any ideas why? Thanks, Jacob -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

MySql and replication

2001-11-30 Thread Fabien R.
Hello, I have 2 application running in a master/slave mode. - Application A linked to a database D - Application A' linked to a database D' While A is master, A' is in standby mode and D' replicates D. If a problem occurs on A, A' becomes master and D must replicate D'. 1) Is it possible for a

Re: MySQL and replication?

2001-06-22 Thread Daniel Åkerud
*deep breath* - database,sql,query,table!!! *sigh* > Have look in the fine manual for more details. ooops... thanks :) > Bye, > > Benjamin. > Daniel Åkerud - Before posting, please check: http://www.mysql.com/m

Re: MySQL and replication?

2001-06-22 Thread Benjamin Pflugmann
Hi. On Fri, Jun 22, 2001 at 09:48:50PM +0200, [EMAIL PROTECTED] wrote: > Anyone has any experience with mySQL in combination with data > replication? Are there products available out there that allows > this? MySQL has built-in support for replication to another MySQL server. Have look in the fi

MySQL and replication?

2001-06-22 Thread Daniel Åkerud
Anyone has any experience with mySQL in combination with data replication? Are there products available out there that allows this? Thanks Daniel Åkerud