MySQL replication Slave_IO_Running: No
Posted
by Christy
on Server Fault
See other posts from Server Fault
or by Christy
Published on 2010-03-11T18:40:45Z
Indexed on
2010/03/11
18:44 UTC
Read the original article
Hit count: 724
mysql-replication
Hi all,
I have two servers that I am trying to get replication of one database between. I found a setup guide on sourceforge that I followed and I have tried various other settings since then, but no matter what I do, when I start the slave, the 'Slave_IO_Running' setting is always No....
I have no idea why or what to look at, any suggestions are appreciated.
The slave setup was:
CHANGE MASTER TO MASTER_HOST='myserver.mydomain.net', MASTER_USER='slave_user', 'MASTER_PASSWORD='mypassword', 'MASTER_LOG_FILE='mysql-bin.000011', MASTER_LOG_POS=1368363
(last data from today, trying to do setup again. I deleted and recreated the database on the slave from a new dump and tried to redo the setup.)
I have slave_user setup for %, localhost, and the specific IP of the slave computer but nothing seems to be working...
Thanks in advance for any advice or suggestions
© Server Fault or respective owner