Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
plforacle committed Apr 10, 2024
1 parent 9e460c1 commit 1121bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect-compute/connect-compute.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The installation procedure involves downloading the airportdb database to cloud
2. Load the airportdb database into the MySQL DB System using the MySQL Shell Dump Loading Utility.

```bash
<copy>util.loadDump("https://objectstorage.us-ashburn-1.oraclecloud.com/p/4TAWm0ayQtIPsxmZqDRNt9j3xxG83Ztjv-YVa7czxzdtu7H-rTKivnkUey97YIQG/n/mysqlpm/b/mysql_airport/o/airportdball/", {threads: 8,progressFile: "progress.json", loadIndexes:false,ignoreVersion:true})</copy>
<copy>util.loadDump("https://objectstorage.us-ashburn-1.oraclecloud.com/p/4TAWm0ayQtIPsxmZqDRNt9j3xxG83Ztjv-YVa7czxzdtu7H-rTKivnkUey97YIQG/n/mysqlpm/b/mysql_airport/o/airportdball/", {threads: 16,progressFile: "progress.json", loadIndexes:false,ignoreVersion:true})</copy>
```

![mysql load data](./images/mysql-load-data.png "mysql load data ")
Expand Down

0 comments on commit 1121bcb

Please sign in to comment.