mirror of https://github.com/istio/istio.io.git
fix mysql password (#8158)
There's a letter p missing from the password. Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
This commit is contained in:
parent
f4cf61ec5d
commit
457b3b1b11
|
@ -71,7 +71,7 @@ To make it easy to visually inspect the difference in the output of the Bookinfo
|
||||||
following commands to inspect the ratings:
|
following commands to inspect the ratings:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ mysql -u root -password test -e "select * from ratings;"
|
$ mysql -u root -ppassword test -e "select * from ratings;"
|
||||||
+----------+--------+
|
+----------+--------+
|
||||||
| ReviewID | Rating |
|
| ReviewID | Rating |
|
||||||
+----------+--------+
|
+----------+--------+
|
||||||
|
|
Loading…
Reference in New Issue