We provide here two ways to import those data into the existing database.
Method 1: Logged mysql shell client in
Running the following command:
mysql>use model_repository_database;
mysql>source path/to/jummp_dump.sql;
Method 2: Not yet logged mysql shell client in
Running the following command unless you are not sure model repository database credential.
mysql -u database_username -p database_name < path/to/jummp_dump.sql