Skip to content

Commit 2fe9310

Browse files
author
Christopher Hein
authored
Merge pull request aws-samples#419 from philipho11/master
Updated ad hoc bash command for executing mysql client
2 parents 5e8c2db + 888175f commit 2fe9310

File tree

1 file changed

+1
-1
lines changed
  • 03-path-application-development/307-statefulsets-and-pvs

1 file changed

+1
-1
lines changed

03-path-application-development/307-statefulsets-and-pvs/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ If the loop is still running, then it will print an output as shown:
454454
You can also verify if the slaves have the same data set:
455455
456456
kubectl run mysql-client --image=mysql:5.7 -i -t --rm --restart=Never --\
457-
mysql -h mysql-3.mysql -e "SELECT * FROM test.messages"
457+
mysql -h mysql-3.mysql -e "SELECT * FROM test.messages"
458458
459459
It still shows the same result:
460460

0 commit comments

Comments
 (0)