Crash Replication Server

2001-12-05 Thread Graziano Raffaella
Hello list! I have installed MySQL 3.23.39 on Compaq Tru64 UNIX V5.1. I need to run two servers on the same machine, one as master and another as slave. The database used is InnoDB, I need to replicate only one database. I start successfully the master. When I start the slave it go up and down.

Re: Crash Replication Server

2001-12-05 Thread Heikki Tuuri
Raffaella, try to compile the latest version 3.23.46 on your system with the gcc -g flag. MySQL AB does not have a ready binary on Tru64, so you have to compile yourself. If it still crashes, run the slave inside gdb and do bt full, so that we see where it crashes. Regards, Heikki