Update minikube.md

This commit is contained in:
Brandon B. Jozsa 2016-12-29 21:59:32 -05:00 committed by GitHub
parent a30fe7e5d1
commit 6af6343957

View File

@ -169,7 +169,7 @@ In order to protect your general sanity, we've included a currated list of verif
To verify the state of MariaDB, use the following command:
```
$ kubectl exec mariadb-0 -it -- mysql -uroot -ppassword -e 'show databases;'
$ kubectl exec mariadb-0 -it -n openstack -- mysql -uroot -ppassword -e 'show databases;'
+--------------------+
| Database |
+--------------------+