PDA

View Full Version : Multiserver Master/Slave setup?


warlock
14th July 2009, 22:01
Hi,

I am trying to setup a multiserver but am getting this error

Unable to connect to mysql server Lost connection to MySQL server at 'reading initial communication packet', system error: 111

is there a guide some where to help setting this up

till
15th July 2009, 09:44
Unable to connect to mysql server Lost connection to MySQL server at 'reading initial communication packet', system error: 111


then the connection to the master mysql server is blocked. Make sure that you do not block mysql connections with the firewall on the master server and the the mysql root user is able to connect from the slave server to the master server.