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.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.