Hi,

I am trying to setup replication on MySQL.

Version 4.1.0alpha

Using:
./bin/mysql -h <IPADDR> -u replication -p
I can connect successfully, but my error logs show

041221 1:12:41 Slave I/O thread: error connecting to master 'replication # MU@<IPADDR> # MUST BE SET:3306': Error: 'Can't connect to MySQL server on '<IPADDR> # MUST BE SET' (111)' errno: 2003 retry-time: 60 retries: 86400

Google hasnt turned up anything useful. Any ideas anyone? What am I doing wrong.

Master
# The MySQL server
[mysqld]
server-id=1
log-bin

Slave
# The MySQL server
[mysqld]
server-id=9
master-host=<IPADDR>
master-port=1111
master-user=replication
master-password=<password>

show master status
>bin.0001 position: 4486513

thanks!

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to