Skip to content

Commit 7e64746

Browse files
authored
Add more updates to the workshops WMS ID 11760, 11745 (oracle-livelabs#454)
* Update git-clone step * Update ADB workshop * Delete create-adb-license-edition.jpg * Update configure-adb-and-vault.md * Update configure-adb-and-vault.md * Update configure-adb-and-vault.md * Update variables.json * add version change
1 parent 7e0e018 commit 7e64746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdk-oci-metrics/06-build-run-native/build-run-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this lab, you will:
4848
Press the enter (return) key. The MySQL container starts in a few seconds. When MySQL is up and running, you will see a message in the terminal window similar to:
4949

5050
``` bash
51-
... [Server] /usr/sbin/mysqld: ready for connections. Version: '9.0.1' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
51+
... [Server] /usr/sbin/mysqld: ready for connections. Version: '9.2.0' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
5252
```
5353

5454
4. Uncomment the `url`, `username` and `password` under the `datasources.default` property in _oci/src/main/resources/application-oraclecloud.properties_:

gdk-oci-mysql/06-build-run-app-local/build-run-app-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this lab, you will:
4646
Press the enter (return) key. The MySQL container starts in a few seconds. When MySQL is up and running, you will see a similar message in the terminal window:
4747

4848
``` bash
49-
... [Server] /usr/sbin/mysqld: ready for connections. Version: '8.4.3' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
49+
... [Server] /usr/sbin/mysqld: ready for connections. Version: '8.4.4' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
5050
```
5151

5252
## Task 2: Build and run the application

0 commit comments

Comments
 (0)