
Go to the bin directory.

Run the script for generating the ciphertext. Run this script to generate ciphertext for the login passwords of the source and destination databases.
sh encryption.sh [password]

Go to the Datacheck directory and run the vi conf/dbinfo.properties command.

Configure the database connection information of the source and destination ends. Use the ciphertext generated in the previous step for the password in the configuration file.

Copy the check_input.xlsx file to the Windows server, use Excel to edit the file, enter the table information to be verified, save the file, and upload the file to the Linux server to overwrite the original file.

Go to the bin directory and run the sh datacheck.sh script.



Go to the bin directory and start the CMD tool.

Run the script for generating the ciphertext. Run this script to generate ciphertext for the login passwords of the source and destination databases.
encryption.bat [password]

Edit the dbinfo.properties file in the conf directory, configure the database connection information of the source and destination ends, and use the ciphertext generated in the previous step as the password in the configuration file.

Open the input/check_input.xlsx file using Excel, input the table information that needs to be verified, and save the file.



