Hello, I am new in mysql, and I am trying to set an reclication. I followed the instruction in the manual but steel I have a problem. The problem is that even the replication thread works on my slave it is not doing eny updates. The "master.info" file is updating every minute and there is not errors in the error file. But I dont have any log file for the replication activities even I set "log-slave-updates" on my slave. Can some one felp me with that?
Thanks in advance Vlady This is my my.cnf files on the master and the slave: On my master I have in my.cnf : [mysqld] port=3306 log-bin binlog-do-db=fdf server-id=1 On my slave I have in my.cnf : [mysqld] server-id=3 master-host=my.master master-user=replica master-password=the_passwd master-port=3306 replicate-do-db=fdf log-bin log-slave-updates --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php