Hi
I use SJA for Linux now and then, and I have been able to use it for some basic task.
Today, I failed.
I am able to access/dump a remote mysql server directly by:
> mysqldump remotedb -u remoteuser -p -h remotehost
However if I try something like:
./sja “mybd.xml”
where mybd.xml is
remotehost
remoteuser
*****
3306
remotedb
localhost
root
******
3306
local db
it fails.
I am sure the culprit are settings on the remote server (which is not under my control), but I am not sure what it could be.
Any idea?
Thanks
Cheers
mario