Re: replication in 5.0.0-alpha

2004-04-21 Thread Oleg P. Philon
Hi, collegues

On Sat, Apr 17, 2004 at 05:19:16PM +0300, Oleg P. Philon wrote:

 Have I use precompiled binaries from ftp.mysql.com?

Ya, I have to

 Is there working setups with 5.0.0 and replication?

Again yes, in mein setup at last

Auf Wiederlesenophil aka - 
--
Oleg P. Philon  http://gomelug.agava.ru/articles
Linux Lab, Gomel, Belarus   mailto:ophil(at)gomelug.agava.ru
http://anticommunist.narod.ru   mailto:anticommunist(at)narod.ru

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



replication in 5.0.0-alpha

2004-04-17 Thread Oleg P. Philon
Hi, collugues

Have a problem with replication in MySQL-5.0.0-alpha

Configured server with server-id=2, slave with server-id=4
Copied DBs, configured the slave, restarted the servers.
Under MySQL v4.0.18 from debian distro replication works perfectly.
Kept all configs in place, overwrite all binary with self build
binaries from MySQL v5.0.0.-alpha

Slave logs:

Version: '5.0.0-alpha-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306
040417 16:32:53  Slave I/O thread: connected to master '[EMAIL PROTECTED]:3306',  
replication started in log 'netlab-bin
.01' at position 4
040417 16:32:53  Error reading packet from server: Misconfigured master - server id 
was not set (server_errno=1236
)
040417 16:32:53  Got fatal error 1236: 'Misconfigured master - server id was not set' 
from master when reading dat
a from binary log
040417 16:32:53  Slave I/O thread exiting, read up to log 'netlab-bin.01', 
position 4

Master status shows:

mysql show binlog events;
+---+-+-+---+-++
| Log_name  | Pos | Event_type  | Server_id | End_log_pos | Info   
|
+---+-+-+---+-++
| netlab-bin.01 |   4 | Format_desc | 1 |  95 | Server ver: 
5.0.0-alpha-log, Binlog ver: 4 |
| netlab-bin.01 |  95 | Query   | 1 | 181 | use `km`; delete 
from zakaz where id=2146  |
| netlab-bin.01 | 181 | Query   | 1 | 267 | use `km`; delete 
from zakaz where id=3378  |
| netlab-bin.01 | 267 | Query   | 1 | 353 | use `km`; delete 
from zakaz where id=2155  |
+---+-+-+---+-++
4 rows in set (0.00 sec)

See, all the time server-id=1, while in v4.0.18 and in config it happen to =2 !

Have I use precompiled binaries from ftp.mysql.com?
Is there working setups with 5.0.0 and replication?

Auf Wiederlesenophil aka - 
--
Oleg P. Philon  http://gomelug.agava.ru/articles
Linux Lab, Gomel, Belarus   mailto:ophil(at)gomelug.agava.ru
http://anticommunist.narod.ru   mailto:anticommunist(at)narod.ru

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]