hi:
im using mysql 4.0.1.2.max with red hat 7.2 in my master and slave server.My problem is my replication does nort work ,i don see any updated database or data in my slave or master,what i see is cheng-bin.001,cheng-bin.002 file in master.This is my configuration in master
[mysqld]
socket=/var/lib/mysql/mysql.sock
server-id=1
log-bin
this is my configuration in slave
[mysqld]
socket=/var/lib/mysql/mysql.sock
server-id=2
master-host=10.0.48.118
master-user=replicate
master-password=enter.
Anybody can help me?Thanks