On Wed, Aug 06, 2003 at 10:32:23AM -0400, walt wrote:
> Andy,
> Can you send a copy of your my.cnf file for both the slave and master
> database.

Sure.

Slave:

[client]
port=3307
socket=/data/mysql-backup/mysql.sock

[mysqld]
port=3307
socket=/data/mysql-backup/mysql.sock
server-id=4
log-warnings
master-host=127.0.0.1
master-user=repl
master-password=removed
master-port=3306

master:

[mysqld]
skip-name-resolve
skip-innodb
log-slow-queries
log-bin
master-host=another-host
master-user=repl
master-password=removed
master-port=13306
server-id=3
replicate-do-db=liveservices
tmpdir=/var/tmp

(master is also a slave from another-host and is replicating the db
"liveservices", it should be noted that this replication is working
fine and has been for a very long time)

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

Reply via email to