Re: replication, table db already exists

2005-02-25 Thread Gleb Paharenko
Hello. Did you set the master_log_pos and master_log_file to the correct value? Did you use --master-data option for mysqldump as mentioned at: http://dev.mysql.com/doc/mysql/en/replication-howto.html [EMAIL PROTECTED] wrote: > > Hello All, > Here is a problem I have been tr

Re: replication, table db already exists

2005-02-25 Thread Jim Grill
[EMAIL PROTECTED] wrote: Hello All, Here is a problem I have been trying to debug for a few days. I had a mysql server running for about a month. I did a mysql dump of all the tables on the master and setup a second machine to be the slave, loading all the tables. I set the replication stuff

replication, table db already exists

2005-02-24 Thread jabbott
Hello All, Here is a problem I have been trying to debug for a few days. I had a mysql server running for about a month. I did a mysql dump of all the tables on the master and setup a second machine to be the slave, loading all the tables. I set the replication stuff up in the slave my.cnf.