After starting MySQL 5.5 I receive the error message:
Error Code: 1098. Can't generate a unique log-filename /data/mysql-binlog/relay-bin.(1-999)
Can anyone point me out what the problem is? The error pops up when I try to call CHANGE MASTER TO ...
, the machine is set up to work as a production slave.
As you can see I have changed the replay-bin directory to another location due to disk space, but I am not sure if it relates to the problem.