MySQL replication Slave_IO_Running: No
- by Christy
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