I am running a command on mysqlulc> prompt on CMD. The command is as below:-
mysqluc> mysqldbcompare --server1=root:Password1!@host1 --server2=root:Password1!@host2 teststore:teststore --run-all-tests --changes-for=server2 --difftype=sql
I want to redirect the output of this command into a text file. I have tried redirection operator '>' and also the 'INTO FILE' thing but no success. The 'mysqldbcompare' utility is not accepting any other characters at end of the command.
Please help on this.
Thanks in advance!!
I run this command under Windows 10 elevated command line
It should also works with mysqldbcompare.exe
Updated: