Setting up replication on MySQL may yield the following error: 1 [ERROR] Slave I/O: error connecting to master, Error code 1045 The MySQL troubleshooting page gives a few hints, talking about credentials for the replication user. However, attempting a connection via the command line client works, so the password is OK and the slave can reach the master. As it turns out, for replication purposes, the maximum password length is 32 characters.