Database Converter for MySQL online Help
Prev | Return to chapter overview | Next |
Command line options
Database Converter for MySQL supports a number of command line options that make it possible to fully automate database migration. To generate the command line automatically, load the project to be used or specify the comparison options and click More > Generate command line. To log the conversion process, check the corresponding option and set the Log file name.
The Database Converter for MySQL command line syntax is as follows:
MyDatabaseConverter[.exe] <project_file_name> [-l|log <log_file_name>] -console
MyDatabaseConverter[.exe] |
The Database Converter for MySQL program file. |
<project_file_name> |
The project with all the task's settings. |
-c|console |
Runs the wizard in console mode. This option is required. |
-l|log |
Enables logging, requires the log file name. |
Examples
The example below assumes that you are entering the command lines in the Database Converter for MySQL program directory. Don't forget to enclose all paths and filenames containing spaces in quotes.
"C:\Program Files\SQL Maestro Group\Database Converter for MySQL\MyDatabaseConverter.exe" "D:\Projects\sakila_conversion.mydcp" -console
Prev | Return to chapter overview | Next |