There was an error while loading. Please reload this page.
1 parent 00bebee commit c9d30d1Copy full SHA for c9d30d1
README.md
@@ -55,7 +55,7 @@ Clone this, then...
55
2018-06-08 21:15:56 0 [Note] mysqld: ready for connections.
56
Version: '10.3.7-MariaDB-1:10.3.7+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
57
58
-}> docker run -it --rm --link my-container mariadb:latest mysql -hmy-container -uroot -proot myexample -e "select * from mytable;"
+}> docker run -it --rm --link my-container mariadb:latest mariadb -hmy-container -uroot -proot myexample -e "select * from mytable;"
59
+---------+
60
| myfield |
61
0 commit comments