After running the comparison, you can generate a comparison report in dbForge Schema Compare for MySQL to export the results.
1. In the Comparison menu, click Generate Comparison Report.
2. In the Generate Comparison Report dialog that appears, select a report format (HTML, Excel, or XML), its location, and the objects you wish to report.
3. Click Generate.
Tip
If you want to open the comparison report after generation, select View a report on completion.
You can create a report in one of the following formats:
By clicking an object, you can inspect the differences in the object creation scripts.
The HTML report contains the following information:
An Excel report does not show comparison options.
The XML report is an XML file listing the date of generation, Source and Target details, comparison options selected, comparison summary, and results.
Schema Compare also allows the creation of a comparison report in XML Spreadsheet 2003 file format.
To create a report in Excel XML Spreadsheet format:
1. In the Generate Comparison Report dialog, select XML format.
2. Click to select Use XML Spreadsheet 2003 file format.
3. Click Generate.
Schema Compare for MySQL enables you to generate a comparison report from the command line.
1. Click the Start button and search for cmd.
2. Type a path to the schemacompare.com file located in the dbForge Schema Compare for MySQL installation folder on your PC, and press SPACE.
3. Define what action you would like to perform, for example: /schemacompare.
4. Type all the arguments (actions you want to run) and parameters in the Command Prompt.
Tip
To get quick help on the arguments available in the command line, type the following:
/schemacompare.com /?
5. Define Source and Target connection strings.
6. To generate and save a comparison report file, specify the file name and location. For example:
/report:"C:\Report.html"
For more information and examples, refer to Automate schema comparison and synchronization from the command line.