I am trying to run SJA between a Linux box and a Windows box. I keep getting the following error:
Warning : Source and Target MySQL versions are not matching.
Source : 4.0.18-log, Target : 4.0.18.
SJA may not work properly because of the difference in behaviour of concat_ws() across multiple MySQL versions.
The 4.0.18-log version is my Linux install. I can't figure out how to get my NT install to read the same version. I've tried
mysqld –bin-log –install and all kinds of variations.
Does anyone have any advice?