Skip to content

Commit

Permalink
LWMS ID 11389: Updated Lab 1 to have user select latest MySQL version (
Browse files Browse the repository at this point in the history
…#446)

LWMS ID 11389: Updated Lab 1 to have user select latest MySQL version
  • Loading branch information
plforacle authored Nov 22, 2023
1 parent 8101588 commit 6ae9bb8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
12 changes: 6 additions & 6 deletions heatwave-lakehouse/add-heatwave-cluster/add-heatwave-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@ In this lab, you will be guided through the following task:
*ERROR: Schema `mysql_customer_orders` already contains a table named customers*
- c. Make sure the **mysql\_customer\_orders** schema was loaded
- c. Change to SQL mode
```bash
<copy>show databases;</copy>
<copy>\sql</copy>
```
![Database Schema List](./images/list-schemas-after.png "list schemas second view")
- d. Change to SQL mode
- d. Make sure the **mysql\_customer\_orders** schema was loaded
```bash
<copy>\sql</copy>
<copy>show databases;</copy>
```
![Database Schema List](./images/list-schemas-after.png "list schemas second view")
5. View the mysql\_customer\_orders total records per table in
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,17 @@ In this lab, you will be guided through the following tasks:
```
![HeatWave add host](./images/mysql-host.png "mysql host ")
14. Go to the Configuration tab. Click on Select a MySQL version: Select the latest MySQL version of the DB system.
14. Select the Data Import tab.
![Select mysql version](./images/mysql-configuration-version.png "Select mysql version")
15. Use the Image below to identify your OCI Region.
15. Select the Data Import tab.
16. Use the Image below to identify your OCI Region.
![HeatWave Find Region](./images/regionSelector.png "region Selector")
16. Click on your localized geographic area
17. Click on your localized geographic area
## North America (NA)
Expand Down Expand Up @@ -309,27 +312,27 @@ In this lab, you will be guided through the following tasks:
```
</details>
17. If your OCI Region is not listed in step 16, don't worry, You will be able to load the DB Data in Lab 4 Task 1. Please skip to step 19.
18. If your OCI Region is not listed in step 16, don't worry, You will be able to load the DB Data in Lab 4 Task 1. Please skip to step 19.

18. The Data Import Link entry should look like this:
19. The Data Import Link entry should look like this:

![HeatWave PAR Import](./images/mysql-data-import.png "mysql data import ")

19. Review **Create MySQL DB System** Screen
20. Review **Create MySQL DB System** Screen

![HeatWave create button](./images/mysql-create-button.png "mysql create dbbutton")

Click the '**Create**' button

20. The New MySQL DB System will be ready to use after a few minutes
21. The New MySQL DB System will be ready to use after a few minutes

The state will be shown as 'Creating' during the creation
![HeatWave create state](./images/mysql-heatwave-creating.png "mysql heatwave creating ")

21. The state 'Active' indicates that the DB System is ready for use
22. The state 'Active' indicates that the DB System is ready for use
![HeatWave create complete](./images/mysql-heatwave-active.png"mysql heatwave active ")

22. On **heatwave-db** Page,select the **Connections** tab, check and save the Endpoint (Private IP Address). Later, you will need this value to connect to the Heatwave DB using the MySQL Shell client tool.
23. On **heatwave-db** Page,select the **Connections** tab, check and save the Endpoint (Private IP Address). Later, you will need this value to connect to the Heatwave DB using the MySQL Shell client tool.
![HeatWave create complete connection](./images/mysql-heatwave-connection-tab.png"mysql heatwave connection ")
You may now **proceed to the next lab**

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ae9bb8

Please sign in to comment.