We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf015be commit 229cfd0Copy full SHA for 229cfd0
05-Azure-Disks-for-AKS-Storage/05-03-UserMgmt-WebApp-with-MySQLDB/README.md
@@ -83,9 +83,9 @@ Password: password101
83
# Connect to MYSQL Database
84
kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h mysql -pdbpassword11
85
86
-# Verify usermgmt schema got created which we provided in ConfigMap
+# Verify webappdb schema got created which we provided in ConfigMap
87
mysql> show schemas;
88
-mysql> use usermgmt;
+mysql> use webappdb;
89
mysql> show tables;
90
mysql> select * from user;
91
```
@@ -108,4 +108,4 @@ kubectl delete pv <PV-NAME>
108
109
# Delete Azure Disks
110
Go to All Services -> Disks -> Select and Delete the Disk
111
-```
+```
0 commit comments