You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdk-oci-metrics/06-build-run-native/build-run-native.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ In this lab, you will:
48
48
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:
49
49
50
50
``` 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.
52
52
```
53
53
54
54
4. Uncomment the `url`, `username` and `password` under the `datasources.default` property in _oci/src/main/resources/application-oraclecloud.properties_:
Copy file name to clipboardExpand all lines: gdk-oci-mysql/06-build-run-app-local/build-run-app-local.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ In this lab, you will:
46
46
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:
47
47
48
48
``` 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.
0 commit comments