Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › sja commandline fails
Tagged: SJA, sqlyog, Synchronization
I know this is old, but I had the same problem.
The SJA is a very poorly written program. I’ve spent days battling to get the most simple things to work.
when passing the log file you have
-l logname.log
it has to be
-l”logname.log”
no space between the -l and the quotes… ridiculous that the error doesn’t tell you anything useful.