
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 514 Views
Instruction says:
Use the oc exec command with the -it options to execute the mysqlshow command on the mysqlclient pod. Connect as the redhat user and specify the host as the IP address of the rhel9-mysql pod. When prompted, enter redhat123 for the password.
But there is no pod mysqlclient, but rhel9-myslq. So the correct instruction would be:
Use the oc exec command with the -it options to execute the mysqlshow command on the rhel9-mysql pod. Connect as the redhat user and specify the host as the IP address of the rhel9-mysql pod. When prompted, enter redhat123 for the password.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 473 Views
@willesalminen I have not performed the lab yet but seeing the Guided Exercise instruction at step 9 : it seems you have to create a new container called mysqlclient
can you recheck the same and let me know if there is still an issue and I will recheck the lab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 474 Views
@willesalminen I have not performed the lab yet but seeing the Guided Exercise instruction at step 9 : it seems you have to create a new container called mysqlclient
can you recheck the same and let me know if there is still an issue and I will recheck the lab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 366 Views
You’re absolutely correct! I apologize for any confusion caused. I'll review the instructions more carefully in the future to avoid such issues.