MySQL Forums
Forum List  »  Replication

Replication on Windows 2k
Posted by: Andrea Petrini
Date: December 10, 2004 06:41AM

I need to set up a replication between a Mysql 3.23.54 as Master and a 3.23.58 as Slave, running on two Windows 2k servers.
The slave's my.ini is something like:
...
[replication]
master-host=<IP address>
master-user=<user name>
master-password=<user pass>
server-id=x
replication-do-db=<db name>

I haven't no error messages on starting the slave db, but the replication doesn't work.
If i try manually with mysqladmin start-slave, it says: "Mysqladmin: Error starting slave: this server is not configured as slave, fix in config file or with CHANGE MASTER TO".
I tried using the way of CHANGE MASTER TO, but I obtain the same message.
Thanks to everyone wants to help me.
Andy.

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication on Windows 2k
10993
December 10, 2004 06:41AM
4317
December 14, 2004 03:16PM
4352
December 22, 2004 01:54AM
3792
December 23, 2004 02:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.