In the assessment of a MySQL database, objects and SQL statements of the database are assessed. The SQL statements can be assessed only by scanning text files.
Prerequisites
OceanBase Migration Assessment (OMA) is installed. For more information, see Install OMA.
Assessment commands
Go to the installation directory of OMA and run start.sh with reference to the following sample statement. For more information about the parameters in the statement, see Product form. In Microsoft Windows, replace sh bin/start.sh with start.bat.
Object assessment command
sh bin/start.sh # The task name, which can be set to any value. --name MYSQL_TEST \ # The assessment mode. ANALYZE_TOTAL indicates a database assessment. --mode ANALYZE_TOTAL \ # The assessment type. Valid values: OBJECT and SQL. OBJECT indicates the assessment of objects. SQL indicates the assessment of SQL statements. --analyze-types OBJECT \ # The data source. DB indicates a database. --from-type DB \ # The assessment mode. --evaluate-mode SOURCE_TARGET \ # The type of the source database. --source-db-type MYSQL \ # The version of the source database. --source-db-version 5.7 \ # The address of the source database. --source-db-host xxx.xxx.xxx.xxx\ # The port of the source database. --source-db-port port \ # The username of the source database. --source-db-user username \ # The password of the source database. --source-db-password password \ # The schema to be assessed. If you do not specify this parameter, all schemas are assessed by default. --schemas test \ # The type of the destination database. --target-db-type OBMYSQL \ # The version of the destination database. --target-db-version 2.2.xSQL statement assessment command
sh bin/start.sh # The task name, which can be set to any value. --name mysql_test \ # The assessment mode. ANALYZE_TOTAL indicates a database assessment. --mode ANALYZE_TOTAL \ # The assessment type. OBJECT indicates the assessment of objects. SQL indicates the assessment of SQL statements. OBJECT,SQL indicates the assessment of both objects and SQL statements. --analyze-types SQL \ # The data source. TEXT indicates a text file. --from-type TEXT \ # The assessment mode. --evaluate-mode SOURCE_TARGET \ # The type of the source database. --source-db-type MYSQL \ # The version of the source database. --source-db-version 5.7 \ # The path of the source file. --source-file test.txt \ # The type of the destination database. --target-db-type OBMYSQL \ # The version of the destination database. --target-db-version 2.2.x
After you run the preceding commands, you can view the progress in real time.
View an assessment report
After the assessment is completed, OMA generates an assessment report in the .pdf format in the report directory and an assessment report in the HTML format in the reportTool directory.
To view the assessment report in the .pdf format, go to the report directory and open the PDF file of the name in the path displayed in the CLI.
To view the assessment report in the HTML format, perform the following steps:
Go to the
reportTooldirectory, double-click theindex.htmlfile.On the page that appears, click Authorize and View Report.
Select and open the
oma.sqlitefile.Generally, the
oma.sqlitefile is stored in the db folder under the root directory of OMA.On the page that appears after you open the
oma.sqlitefile, click Select Report in the upper-right corner and select the migration assessment report that you want to view from the drop-down list.